#EEBAC0

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

Shades of Azalea #EEBAC0

Tints of Azalea #EEBAC0

Color information

#EEBAC0 (or 0xEEBAC0) is unknown color: approx Azalea. HEX triplet: EE, BA and C0. RGB value is (238,186,192). Sum of RGB (Red+Green+Blue) = 238+186+192=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC0 is #11453F. Grayscale: #CACACA. Windows color (decimal): -1131840 or 12630766. OLE color: 12630766.

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

Color convert

RGB238186192-
CMYK00.220.190.07
HSL353.08º60.47%83.14%-
HSV(B)353.08º21.85%93.33%-
XYZ62.3357.157.61-
YUV202.23122.23153.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=38.64%
G=30.19%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818619200.220.190.07353.0860.4783.14
HexEEBAC00161371613c53
Octal35627230002623754174123
Binary111011101011101011000000010110100111111011000011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAC0; }

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

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

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

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

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

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

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

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