#EABABF

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

Shades of Blossom #EABABF

Tints of Blossom #EABABF

Color information

#EABABF (or 0xEABABF) is unknown color: approx Blossom. HEX triplet: EA, BA and BF. RGB value is (234,186,191). Sum of RGB (Red+Green+Blue) = 234+186+191=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABF is #154540. Grayscale: #C8C8C8. Windows color (decimal): -1393985 or 12565226. OLE color: 12565226.

HSL color Cylindrical-coordinate representation of color #EABABF: hue angle of 353.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABABF is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234186191-
CMYK00.210.180.08
HSL353.75º53.33%82.35%-
HSV(B)353.75º20.51%91.76%-
XYZ60.8956.3756.96-
YUV200.92122.4151.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 191 (75% from 255) = 31.26%
R=38.30%
G=30.44%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418619100.210.180.08353.7553.3382.35
HexEABABF0151281623552
Octal352272277025221054265122
Binary1110101010111010101111110101011001010001011000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABABF; }

 p { color: rgb(234,186,191); }

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

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

 a { background-color: rgb(234,186,191); }

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

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

 span { border-color: rgb(234,186,191); }

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