#EEBEC4

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

Shades of Azalea #EEBEC4

Tints of Azalea #EEBEC4

Color information

#EEBEC4 (or 0xEEBEC4) is unknown color: approx Azalea. HEX triplet: EE, BE and C4. RGB value is (238,190,196). Sum of RGB (Red+Green+Blue) = 238+190+196=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC4 is #11413B. Grayscale: #CDCDCD. Windows color (decimal): -1130812 or 12893934. OLE color: 12893934.

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

Color convert

RGB238190196-
CMYK00.200.180.07
HSL352.5º58.54%83.92%-
HSV(B)352.5º20.17%93.33%-
XYZ63.6458.9960.26-
YUV205.04122.9151.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=38.14%
G=30.45%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819019600.200.180.07352.558.5483.92
HexEEBEC40141271603b54
Octal35627630402422754073124
Binary111011101011111011000100010100100101111011000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEC4; }

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

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

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

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

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

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

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

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