#EEBEC0

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

Shades of Azalea #EEBEC0

Tints of Azalea #EEBEC0

Color information

#EEBEC0 (or 0xEEBEC0) is unknown color: approx Azalea. HEX triplet: EE, BE and C0. RGB value is (238,190,192). Sum of RGB (Red+Green+Blue) = 238+190+192=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC0 is #11413F. Grayscale: #CCCCCC. Windows color (decimal): -1130816 or 12631790. OLE color: 12631790.

HSL color Cylindrical-coordinate representation of color #EEBEC0: hue angle of 357.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEC0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238190192-
CMYK00.200.190.07
HSL357.5º58.54%83.92%-
HSV(B)357.5º20.17%93.33%-
XYZ63.1958.8157.89-
YUV204.58120.9151.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=38.39%
G=30.65%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819019200.200.190.07357.558.5483.92
HexEEBEC00141371663b54
Octal35627630002423754673124
Binary111011101011111011000000010100100111111011001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEC0; }

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

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

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

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

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

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

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

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