Shades of Razzle Dazzle Rose #E72BC8
Tints of Razzle Dazzle Rose #E72BC8
RGB
CMYK
RGB Variations
Color information
#E72BC8 (or 0xE72BC8) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2B and C8. RGB value is (231,43,200). Sum of RGB (Red+Green+Blue) = 231+43+200=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72BC8 is #18D437. Grayscale: #747474. Windows color (decimal): -1627192 or 13118439. OLE color: 13118439.
HSL color Cylindrical-coordinate representation of color #E72BC8: hue angle of 309.89º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72BC8 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 200 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.09 |
| HSL | 309.89º | 0.8% | 0.54% | - |
| HSV(B) | 309.89º | 0.81% | 0.91% | - |
| XYZ | 44.24 | 22.89 | 56.73 | - |
| YUV | 117.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 200 | 0 | 0.81 | 0.13 | 0.09 | 309.89 | 0.8 | 0.54 |
| Hex | E7 | 2B | C8 | 0 | 51 | D | 9 | 136 | 50 | 36 |
| Octal | 347 | 53 | 310 | 0 | 121 | 15 | 11 | 466 | 120 | 66 |
| Binary | 11100111 | 101011 | 11001000 | 0 | 1010001 | 1101 | 1001 | 100110110 | 1010000 | 110110 |
Color Harmonies of #E72BC8
Complementary color
Monochromatic Colors of #E72BC8
Black with #E72BC8
Text Example
Text Example
White with #E72BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BC8; }
p { color: rgb(231,43,200); }
H1.HeaderClassName
{
color: #E72BC8;
}
.AnyTagClassName
{
color: #E72BC8;
}
</style>
background-color css
<style>
a { background-color: #E72BC8; }
a { background-color: rgb(231,43,200); }
div.DivClassName
{
background-color: #E72BC8;
}
.BgClassName
{
background-color: #E72BC8;
}
</style>
border-color css
<style>
span { border-color: #E72BC8; }
span { border-color: rgb(231,43,200); }
td.TdClassName
{
border-color: #E72BC8;
}
.TagClassName
{
border-color: #E72BC8;
}
</style>