#EAB6BB

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

Shades of Blossom #EAB6BB

Tints of Blossom #EAB6BB

Color information

#EAB6BB (or 0xEAB6BB) is unknown color: approx Blossom. HEX triplet: EA, B6 and BB. RGB value is (234,182,187). Sum of RGB (Red+Green+Blue) = 234+182+187=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6BB is #154944. Grayscale: #C6C6C6. Windows color (decimal): -1395013 or 12302058. OLE color: 12302058.

HSL color Cylindrical-coordinate representation of color #EAB6BB: hue angle of 354.23º 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 #EAB6BB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234182187-
CMYK00.220.200.08
HSL354.23º55.32%81.57%-
HSV(B)354.23º22.22%91.76%-
XYZ59.6354.5454.4-
YUV198.12121.73153.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=38.81%
G=30.18%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418218700.220.200.08354.2355.3281.57
HexEAB6BB0161481623752
Octal352266273026241054267122
Binary1110101010110110101110110101101010010001011000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6BB; }

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

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

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

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

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

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

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

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