#EAB8BA

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

Shades of Blossom #EAB8BA

Tints of Blossom #EAB8BA

Color information

#EAB8BA (or 0xEAB8BA) is unknown color: approx Blossom. HEX triplet: EA, B8 and BA. RGB value is (234,184,186). Sum of RGB (Red+Green+Blue) = 234+184+186=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8BA is #154745. Grayscale: #C7C7C7. Windows color (decimal): -1394502 or 12237034. OLE color: 12237034.

HSL color Cylindrical-coordinate representation of color #EAB8BA: hue angle of 357.6º degrees, saturation: 0.54, 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 #EAB8BA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234184186-
CMYK00.210.210.08
HSL357.6º54.35%81.96%-
HSV(B)357.6º21.37%91.76%-
XYZ59.9455.3253.97-
YUV199.18120.56152.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=38.74%
G=30.46%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418418600.210.210.08357.654.3581.96
HexEAB8BA0151581663652
Octal352270272025251054666122
Binary1110101010111000101110100101011010110001011001101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8BA; }

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

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

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

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

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

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

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

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