#EAB2BB

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

Shades of Blossom #EAB2BB

Tints of Blossom #EAB2BB

Color information

#EAB2BB (or 0xEAB2BB) is unknown color: approx Blossom. HEX triplet: EA, B2 and BB. RGB value is (234,178,187). Sum of RGB (Red+Green+Blue) = 234+178+187=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2BB is #154D44. Grayscale: #C3C3C3. Windows color (decimal): -1396037 or 12301034. OLE color: 12301034.

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

Color convert

RGB234178187-
CMYK00.240.200.08
HSL350.36º57.14%80.78%-
HSV(B)350.36º23.93%91.76%-
XYZ58.8252.9254.13-
YUV195.77123.05155.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=39.07%
G=29.72%
B=31.22%

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
Decimal23417818700.240.200.08350.3657.1480.78
HexEAB2BB01814815e3951
Octal352262273030241053671121
Binary1110101010110010101110110110001010010001010111101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2BB; }

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

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

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

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

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

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

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

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