#EEB5BA

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

Shades of Blossom #EEB5BA

Tints of Blossom #EEB5BA

Color information

#EEB5BA (or 0xEEB5BA) is unknown color: approx Blossom. HEX triplet: EE, B5 and BA. RGB value is (238,181,186). Sum of RGB (Red+Green+Blue) = 238+181+186=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5BA is #114A45. Grayscale: #C6C6C6. Windows color (decimal): -1133126 or 12236270. OLE color: 12236270.

HSL color Cylindrical-coordinate representation of color #EEB5BA: hue angle of 354.74º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB5BA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238181186-
CMYK00.240.220.07
HSL354.74º62.64%82.16%-
HSV(B)354.74º23.95%93.33%-
XYZ60.6554.7753.83-
YUV198.61120.88156.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=39.34%
G=29.92%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818118600.240.220.07354.7462.6482.16
HexEEB5BA0181671633f52
Octal35626527203026754377122
Binary111011101011010110111010011000101101111011000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5BA; }

 p { color: rgb(238,181,186); }

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

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

 a { background-color: rgb(238,181,186); }

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

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

 span { border-color: rgb(238,181,186); }

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