#EAACB9

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

Shades of Blossom #EAACB9

Tints of Blossom #EAACB9

Color information

#EAACB9 (or 0xEAACB9) is unknown color: approx Blossom. HEX triplet: EA, AC and B9. RGB value is (234,172,185). Sum of RGB (Red+Green+Blue) = 234+172+185=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACB9 is #155346. Grayscale: #C0C0C0. Windows color (decimal): -1397575 or 12168426. OLE color: 12168426.

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

Color convert

RGB234172185-
CMYK00.260.210.08
HSL347.42º59.62%79.61%-
HSV(B)347.42º26.5%91.76%-
XYZ57.4450.552.62-
YUV192.02124.04157.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=39.59%
G=29.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417218500.260.210.08347.4259.6279.61
HexEAACB901A15815b3c50
Octal352254271032251053374120
Binary1110101010101100101110010110101010110001010110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACB9; }

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

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

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

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

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

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

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

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