#EAB3BA

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

Shades of Blossom #EAB3BA

Tints of Blossom #EAB3BA

Color information

#EAB3BA (or 0xEAB3BA) is unknown color: approx Blossom. HEX triplet: EA, B3 and BA. RGB value is (234,179,186). Sum of RGB (Red+Green+Blue) = 234+179+186=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3BA is #154C45. Grayscale: #C4C4C4. Windows color (decimal): -1395782 or 12235754. OLE color: 12235754.

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

Color convert

RGB234179186-
CMYK00.240.210.08
HSL352.36º56.7%80.98%-
HSV(B)352.36º23.5%91.76%-
XYZ58.9153.2853.63-
YUV196.24122.22154.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=39.07%
G=29.88%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417918600.240.210.08352.3656.780.98
HexEAB3BA0181581603951
Octal352263272030251054071121
Binary1110101010110011101110100110001010110001011000001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3BA; }

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

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

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

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

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

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

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

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