Shades of Razzle Dazzle Rose #E72ACE
Tints of Razzle Dazzle Rose #E72ACE
RGB
CMYK
RGB Variations
Color information
#E72ACE (or 0xE72ACE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and CE. RGB value is (231,42,206). Sum of RGB (Red+Green+Blue) = 231+42+206=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ACE is #18D531. Grayscale: #747474. Windows color (decimal): -1627442 or 13511399. OLE color: 13511399.
HSL color Cylindrical-coordinate representation of color #E72ACE: hue angle of 307.94º 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 #E72ACE is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.09 |
| HSL | 307.94º | 0.8% | 0.54% | - |
| HSV(B) | 307.94º | 0.82% | 0.91% | - |
| XYZ | 44.92 | 23.1 | 60.48 | - |
| YUV | 117.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 206 | 0 | 0.82 | 0.11 | 0.09 | 307.94 | 0.8 | 0.54 |
| Hex | E7 | 2A | CE | 0 | 52 | B | 9 | 134 | 50 | 36 |
| Octal | 347 | 52 | 316 | 0 | 122 | 13 | 11 | 464 | 120 | 66 |
| Binary | 11100111 | 101010 | 11001110 | 0 | 1010010 | 1011 | 1001 | 100110100 | 1010000 | 110110 |
Color Harmonies of #E72ACE
Complementary color
Monochromatic Colors of #E72ACE
Black with #E72ACE
Text Example
Text Example
White with #E72ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ACE; }
p { color: rgb(231,42,206); }
H1.HeaderClassName
{
color: #E72ACE;
}
.AnyTagClassName
{
color: #E72ACE;
}
</style>
background-color css
<style>
a { background-color: #E72ACE; }
a { background-color: rgb(231,42,206); }
div.DivClassName
{
background-color: #E72ACE;
}
.BgClassName
{
background-color: #E72ACE;
}
</style>
border-color css
<style>
span { border-color: #E72ACE; }
span { border-color: rgb(231,42,206); }
td.TdClassName
{
border-color: #E72ACE;
}
.TagClassName
{
border-color: #E72ACE;
}
</style>