Shades of Azalea #EEBEC4
Tints of Azalea #EEBEC4
RGB
CMYK
RGB Variations
Color information
#EEBEC4 (or 0xEEBEC4) is known color: 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
| RGB | 238 | 190 | 196 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.07 |
| HSL | 352.5º | 0.59% | 0.84% | - |
| HSV(B) | 352.5º | 0.2% | 0.93% | - |
| XYZ | 63.64 | 58.99 | 60.26 | - |
| YUV | 205.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 196 | 0 | 0.20 | 0.18 | 0.07 | 352.5 | 0.59 | 0.84 |
| Hex | EE | BE | C4 | 0 | 14 | 12 | 7 | 160 | 3B | 54 |
| Octal | 356 | 276 | 304 | 0 | 24 | 22 | 7 | 540 | 73 | 124 |
| Binary | 11101110 | 10111110 | 11000100 | 0 | 10100 | 10010 | 111 | 101100000 | 111011 | 1010100 |
Color Harmonies of #EEBEC4
Complementary color
Monochromatic Colors of #EEBEC4
Black with #EEBEC4
Text Example
Text Example
White with #EEBEC4
Text Example
Text Example
HTML Codes & Css Web 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>