#EAABB9

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

Shades of Blossom #EAABB9

Tints of Blossom #EAABB9

Color information

#EAABB9 (or 0xEAABB9) is unknown color: approx Blossom. HEX triplet: EA, AB and B9. RGB value is (234,171,185). Sum of RGB (Red+Green+Blue) = 234+171+185=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB9 is #155446. Grayscale: #BFBFBF. Windows color (decimal): -1397831 or 12168170. OLE color: 12168170.

HSL color Cylindrical-coordinate representation of color #EAABB9: hue angle of 346.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABB9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234171185-
CMYK00.270.210.08
HSL346.67º60%79.41%-
HSV(B)346.67º26.92%91.76%-
XYZ57.2550.1252.56-
YUV191.43124.37158.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=39.66%
G=28.98%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417118500.270.210.08346.676079.41
HexEAABB901B15815b3c4f
Octal352253271033251053374117
Binary1110101010101011101110010110111010110001010110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABB9; }

 p { color: rgb(234,171,185); }

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

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

 a { background-color: rgb(234,171,185); }

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

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

 span { border-color: rgb(234,171,185); }

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