#E9ABB6

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

Shades of Blossom #E9ABB6

Tints of Blossom #E9ABB6

Color information

#E9ABB6 (or 0xE9ABB6) is unknown color: approx Blossom. HEX triplet: E9, AB and B6. RGB value is (233,171,182). Sum of RGB (Red+Green+Blue) = 233+171+182=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABB6 is #165449. Grayscale: #BEBEBE. Windows color (decimal): -1463370 or 11971561. OLE color: 11971561.

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

Color convert

RGB233171182-
CMYK00.270.220.09
HSL349.35º58.49%79.22%-
HSV(B)349.35º26.61%91.37%-
XYZ56.6149.8350.89-
YUV190.79123.04158.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=39.76%
G=29.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317118200.270.220.09349.3558.4979.22
HexE9ABB601B16915d3a4f
Octal351253266033261153572117
Binary1110100110101011101101100110111011010011010111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ABB6; }

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

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

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

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

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

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

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

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