#EAB6BA

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

Shades of Blossom #EAB6BA

Tints of Blossom #EAB6BA

Color information

#EAB6BA (or 0xEAB6BA) is unknown color: approx Blossom. HEX triplet: EA, B6 and BA. RGB value is (234,182,186). Sum of RGB (Red+Green+Blue) = 234+182+186=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6BA is #154945. Grayscale: #C6C6C6. Windows color (decimal): -1395014 or 12236522. OLE color: 12236522.

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

Color convert

RGB234182186-
CMYK00.220.210.08
HSL355.38º55.32%81.57%-
HSV(B)355.38º22.22%91.76%-
XYZ59.5254.4953.84-
YUV198121.23153.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=38.87%
G=30.23%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418218600.220.210.08355.3855.3281.57
HexEAB6BA0161581633752
Octal352266272026251054367122
Binary1110101010110110101110100101101010110001011000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6BA; }

 p { color: rgb(234,182,186); }

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

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

 a { background-color: rgb(234,182,186); }

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

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

 span { border-color: rgb(234,182,186); }

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