Shades of Razzle Dazzle Rose #E72AC0
Tints of Razzle Dazzle Rose #E72AC0
RGB
CMYK
RGB Variations
Color information
#E72AC0 (or 0xE72AC0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and C0. RGB value is (231,42,192). Sum of RGB (Red+Green+Blue) = 231+42+192=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72AC0 is #18D53F. Grayscale: #737373. Windows color (decimal): -1627456 or 12593895. OLE color: 12593895.
HSL color Cylindrical-coordinate representation of color #E72AC0: hue angle of 312.38º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AC0 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 192 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.09 |
| HSL | 312.38º | 0.8% | 0.54% | - |
| HSV(B) | 312.38º | 0.82% | 0.91% | - |
| XYZ | 43.3 | 22.45 | 51.92 | - |
| YUV | 115.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 192 | 0 | 0.82 | 0.17 | 0.09 | 312.38 | 0.8 | 0.54 |
| Hex | E7 | 2A | C0 | 0 | 52 | 11 | 9 | 138 | 50 | 36 |
| Octal | 347 | 52 | 300 | 0 | 122 | 21 | 11 | 470 | 120 | 66 |
| Binary | 11100111 | 101010 | 11000000 | 0 | 1010010 | 10001 | 1001 | 100111000 | 1010000 | 110110 |
Color Harmonies of #E72AC0
Complementary color
Monochromatic Colors of #E72AC0
Black with #E72AC0
Text Example
Text Example
White with #E72AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AC0; }
p { color: rgb(231,42,192); }
H1.HeaderClassName
{
color: #E72AC0;
}
.AnyTagClassName
{
color: #E72AC0;
}
</style>
background-color css
<style>
a { background-color: #E72AC0; }
a { background-color: rgb(231,42,192); }
div.DivClassName
{
background-color: #E72AC0;
}
.BgClassName
{
background-color: #E72AC0;
}
</style>
border-color css
<style>
span { border-color: #E72AC0; }
span { border-color: rgb(231,42,192); }
td.TdClassName
{
border-color: #E72AC0;
}
.TagClassName
{
border-color: #E72AC0;
}
</style>