Shades of Azalea #E8BFC1
Tints of Azalea #E8BFC1
RGB
CMYK
RGB Variations
Color information
#E8BFC1 (or 0xE8BFC1) is known color: Azalea. HEX triplet: E8, BF and C1. RGB value is (232,191,193). Sum of RGB (Red+Green+Blue) = 232+191+193=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFC1 is #17403E. Grayscale: #CBCBCB. Windows color (decimal): -1523775 or 12697576. OLE color: 12697576.
HSL color Cylindrical-coordinate representation of color #E8BFC1: hue angle of 357.07º degrees, saturation: 0.47, 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 #E8BFC1 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 193 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.09 |
| HSL | 357.07º | 0.47% | 0.83% | - |
| HSV(B) | 357.07º | 0.18% | 0.91% | - |
| XYZ | 61.54 | 58.27 | 58.46 | - |
| YUV | 203.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 193 | 0 | 0.18 | 0.17 | 0.09 | 357.07 | 0.47 | 0.83 |
| Hex | E8 | BF | C1 | 0 | 12 | 11 | 9 | 165 | 2F | 53 |
| Octal | 350 | 277 | 301 | 0 | 22 | 21 | 11 | 545 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11000001 | 0 | 10010 | 10001 | 1001 | 101100101 | 101111 | 1010011 |
Color Harmonies of #E8BFC1
Complementary color
Monochromatic Colors of #E8BFC1
Black with #E8BFC1
Text Example
Text Example
White with #E8BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFC1; }
p { color: rgb(232,191,193); }
H1.HeaderClassName
{
color: #E8BFC1;
}
.AnyTagClassName
{
color: #E8BFC1;
}
</style>
background-color css
<style>
a { background-color: #E8BFC1; }
a { background-color: rgb(232,191,193); }
div.DivClassName
{
background-color: #E8BFC1;
}
.BgClassName
{
background-color: #E8BFC1;
}
</style>
border-color css
<style>
span { border-color: #E8BFC1; }
span { border-color: rgb(232,191,193); }
td.TdClassName
{
border-color: #E8BFC1;
}
.TagClassName
{
border-color: #E8BFC1;
}
</style>