#EAB3BB

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

Shades of Blossom #EAB3BB

Tints of Blossom #EAB3BB

Color information

#EAB3BB (or 0xEAB3BB) is unknown color: approx Blossom. HEX triplet: EA, B3 and BB. RGB value is (234,179,187). Sum of RGB (Red+Green+Blue) = 234+179+187=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3BB is #154C44. Grayscale: #C4C4C4. Windows color (decimal): -1395781 or 12301290. OLE color: 12301290.

HSL color Cylindrical-coordinate representation of color #EAB3BB: hue angle of 351.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3BB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234179187-
CMYK00.240.200.08
HSL351.27º56.7%80.98%-
HSV(B)351.27º23.5%91.76%-
XYZ59.0253.3254.19-
YUV196.36122.72154.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=39%
G=29.83%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417918700.240.200.08351.2756.780.98
HexEAB3BB01814815f3951
Octal352263273030241053771121
Binary1110101010110011101110110110001010010001010111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3BB; }

 p { color: rgb(234,179,187); }

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

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

 a { background-color: rgb(234,179,187); }

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

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

 span { border-color: rgb(234,179,187); }

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