Shades of Azalea #EEBFC0
Tints of Azalea #EEBFC0
RGB
CMYK
RGB Variations
Color information
#EEBFC0 (or 0xEEBFC0) is known color: Azalea. HEX triplet: EE, BF and C0. RGB value is (238,191,192). Sum of RGB (Red+Green+Blue) = 238+191+192=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC0 is #11403F. Grayscale: #CDCDCD. Windows color (decimal): -1130560 or 12632046. OLE color: 12632046.
HSL color Cylindrical-coordinate representation of color #EEBFC0: hue angle of 358.72º degrees, saturation: 0.58, 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 #EEBFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 191 | 192 | - |
CMYK | 0 | 0.20 | 0.19 | 0.07 |
HSL | 358.72º | 0.58% | 0.84% | - |
HSV(B) | 358.72º | 0.2% | 0.93% | - |
XYZ | 63.41 | 59.24 | 57.96 | - |
YUV | 205.17 | 120.57 | 151.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 191 | 192 | 0 | 0.20 | 0.19 | 0.07 | 358.72 | 0.58 | 0.84 |
Hex | EE | BF | C0 | 0 | 14 | 13 | 7 | 167 | 3A | 54 |
Octal | 356 | 277 | 300 | 0 | 24 | 23 | 7 | 547 | 72 | 124 |
Binary | 11101110 | 10111111 | 11000000 | 0 | 10100 | 10011 | 111 | 101100111 | 111010 | 1010100 |
Color Harmonies of #EEBFC0
Complementary color
Monochromatic Colors of #EEBFC0
Black with #EEBFC0
Text Example
Text Example
White with #EEBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFC0; }
p { color: rgb(238,191,192); }
H1.HeaderClassName
{
color: #EEBFC0;
}
.AnyTagClassName
{
color: #EEBFC0;
}
</style>
background-color css
<style>
a { background-color: #EEBFC0; }
a { background-color: rgb(238,191,192); }
div.DivClassName
{
background-color: #EEBFC0;
}
.BgClassName
{
background-color: #EEBFC0;
}
</style>
border-color css
<style>
span { border-color: #EEBFC0; }
span { border-color: rgb(238,191,192); }
td.TdClassName
{
border-color: #EEBFC0;
}
.TagClassName
{
border-color: #EEBFC0;
}
</style>