#EAB6BC

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

Shades of Blossom #EAB6BC

Tints of Blossom #EAB6BC

Color information

#EAB6BC (or 0xEAB6BC) is unknown color: approx Blossom. HEX triplet: EA, B6 and BC. RGB value is (234,182,188). Sum of RGB (Red+Green+Blue) = 234+182+188=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6BC is #154943. Grayscale: #C6C6C6. Windows color (decimal): -1395012 or 12367594. OLE color: 12367594.

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

Color convert

RGB234182188-
CMYK00.220.200.08
HSL353.08º55.32%81.57%-
HSV(B)353.08º22.22%91.76%-
XYZ59.7454.5854.96-
YUV198.23122.23153.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=38.74%
G=30.13%
B=31.13%

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
Decimal23418218800.220.200.08353.0855.3281.57
HexEAB6BC0161481613752
Octal352266274026241054167122
Binary1110101010110110101111000101101010010001011000011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6BC; }

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

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

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

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

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

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

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

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