#EAB2B6

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

Shades of Blossom #EAB2B6

Tints of Blossom #EAB2B6

Color information

#EAB2B6 (or 0xEAB2B6) is unknown color: approx Blossom. HEX triplet: EA, B2 and B6. RGB value is (234,178,182). Sum of RGB (Red+Green+Blue) = 234+178+182=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2B6 is #154D49. Grayscale: #C3C3C3. Windows color (decimal): -1396042 or 11973354. OLE color: 11973354.

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

Color convert

RGB234178182-
CMYK00.240.220.08
HSL355.71º57.14%80.78%-
HSV(B)355.71º23.93%91.76%-
XYZ58.352.7151.36-
YUV195.2120.55155.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=39.39%
G=29.97%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417818200.240.220.08355.7157.1480.78
HexEAB2B60181681643951
Octal352262266030261054471121
Binary1110101010110010101101100110001011010001011001001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2B6; }

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

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

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

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

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

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

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

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