#E8ABB6

Color #E8ABB6 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #E8ABB6

Tints of Blossom #E8ABB6

Color information

#E8ABB6 (or 0xE8ABB6) is unknown color: approx Blossom. HEX triplet: E8, AB and B6. RGB value is (232,171,182). Sum of RGB (Red+Green+Blue) = 232+171+182=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABB6 is #175449. Grayscale: #BEBEBE. Windows color (decimal): -1528906 or 11971560. OLE color: 11971560.

HSL color Cylindrical-coordinate representation of color #E8ABB6: hue angle of 349.18º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ABB6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232171182-
CMYK00.260.220.09
HSL349.18º57.01%79.02%-
HSV(B)349.18º26.29%90.98%-
XYZ56.2949.6650.87-
YUV190.49123.21157.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=39.66%
G=29.23%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217118200.260.220.09349.1857.0179.02
HexE8ABB601A16915d394f
Octal350253266032261153571117
Binary1110100010101011101101100110101011010011010111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABB6; }

 p { color: rgb(232,171,182); }

 H1.HeaderClassName
 {
   color: #E8ABB6;
 }
 .AnyTagClassName
 {
   color: #E8ABB6;
 }
</style>
background-color css

<style>
 a { background-color: #E8ABB6; }

 a { background-color: rgb(232,171,182); }

 div.DivClassName
 {
   background-color: #E8ABB6;
 }
 .BgClassName
 {
   background-color: #E8ABB6;
 }
</style>
border-color css

<style>
 span { border-color: #E8ABB6; }

 span { border-color: rgb(232,171,182); }

 td.TdClassName
 {
   border-color: #E8ABB6;
 }
 .TagClassName
 {
   border-color: #E8ABB6;
 }
</style>