Shades of Azalea #E8BEBF
Tints of Azalea #E8BEBF
RGB
CMYK
RGB Variations
Color information
#E8BEBF (or 0xE8BEBF) is known color: Azalea. HEX triplet: E8, BE and BF. RGB value is (232,190,191). Sum of RGB (Red+Green+Blue) = 232+190+191=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BEBF is #174140. Grayscale: #CACACA. Windows color (decimal): -1524033 or 12566248. OLE color: 12566248.
HSL color Cylindrical-coordinate representation of color #E8BEBF: hue angle of 358.57º degrees, saturation: 0.48, 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 #E8BEBF is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 191 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.09 |
| HSL | 358.57º | 0.48% | 0.83% | - |
| HSV(B) | 358.57º | 0.18% | 0.91% | - |
| XYZ | 61.1 | 57.74 | 57.22 | - |
| YUV | 202.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 191 | 0 | 0.18 | 0.18 | 0.09 | 358.57 | 0.48 | 0.83 |
| Hex | E8 | BE | BF | 0 | 12 | 12 | 9 | 167 | 30 | 53 |
| Octal | 350 | 276 | 277 | 0 | 22 | 22 | 11 | 547 | 60 | 123 |
| Binary | 11101000 | 10111110 | 10111111 | 0 | 10010 | 10010 | 1001 | 101100111 | 110000 | 1010011 |
Color Harmonies of #E8BEBF
Complementary color
Monochromatic Colors of #E8BEBF
Black with #E8BEBF
Text Example
Text Example
White with #E8BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEBF; }
p { color: rgb(232,190,191); }
H1.HeaderClassName
{
color: #E8BEBF;
}
.AnyTagClassName
{
color: #E8BEBF;
}
</style>
background-color css
<style>
a { background-color: #E8BEBF; }
a { background-color: rgb(232,190,191); }
div.DivClassName
{
background-color: #E8BEBF;
}
.BgClassName
{
background-color: #E8BEBF;
}
</style>
border-color css
<style>
span { border-color: #E8BEBF; }
span { border-color: rgb(232,190,191); }
td.TdClassName
{
border-color: #E8BEBF;
}
.TagClassName
{
border-color: #E8BEBF;
}
</style>