Shades of Azalea #E9BFC3
Tints of Azalea #E9BFC3
RGB
CMYK
RGB Variations
Color information
#E9BFC3 (or 0xE9BFC3) is known color: Azalea. HEX triplet: E9, BF and C3. RGB value is (233,191,195). Sum of RGB (Red+Green+Blue) = 233+191+195=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFC3 is #16403C. Grayscale: #CCCCCC. Windows color (decimal): -1458237 or 12828649. OLE color: 12828649.
HSL color Cylindrical-coordinate representation of color #E9BFC3: hue angle of 354.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 195 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.09 |
| HSL | 354.29º | 0.49% | 0.83% | - |
| HSV(B) | 354.29º | 0.18% | 0.91% | - |
| XYZ | 62.09 | 58.53 | 59.65 | - |
| YUV | 204.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 195 | 0 | 0.18 | 0.16 | 0.09 | 354.29 | 0.49 | 0.83 |
| Hex | E9 | BF | C3 | 0 | 12 | 10 | 9 | 162 | 31 | 53 |
| Octal | 351 | 277 | 303 | 0 | 22 | 20 | 11 | 542 | 61 | 123 |
| Binary | 11101001 | 10111111 | 11000011 | 0 | 10010 | 10000 | 1001 | 101100010 | 110001 | 1010011 |
Color Harmonies of #E9BFC3
Complementary color
Monochromatic Colors of #E9BFC3
Black with #E9BFC3
Text Example
Text Example
White with #E9BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFC3; }
p { color: rgb(233,191,195); }
H1.HeaderClassName
{
color: #E9BFC3;
}
.AnyTagClassName
{
color: #E9BFC3;
}
</style>
background-color css
<style>
a { background-color: #E9BFC3; }
a { background-color: rgb(233,191,195); }
div.DivClassName
{
background-color: #E9BFC3;
}
.BgClassName
{
background-color: #E9BFC3;
}
</style>
border-color css
<style>
span { border-color: #E9BFC3; }
span { border-color: rgb(233,191,195); }
td.TdClassName
{
border-color: #E9BFC3;
}
.TagClassName
{
border-color: #E9BFC3;
}
</style>