Shades of Razzle Dazzle Rose #E72ACC
Tints of Razzle Dazzle Rose #E72ACC
RGB
CMYK
RGB Variations
Color information
#E72ACC (or 0xE72ACC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2A and CC. RGB value is (231,42,204). Sum of RGB (Red+Green+Blue) = 231+42+204=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ACC is #18D533. Grayscale: #747474. Windows color (decimal): -1627444 or 13380327. OLE color: 13380327.
HSL color Cylindrical-coordinate representation of color #E72ACC: hue angle of 308.57º 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 #E72ACC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 204 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.09 |
| HSL | 308.57º | 0.8% | 0.54% | - |
| HSV(B) | 308.57º | 0.82% | 0.91% | - |
| XYZ | 44.68 | 23 | 59.21 | - |
| YUV | 116.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 204 | 0 | 0.82 | 0.12 | 0.09 | 308.57 | 0.8 | 0.54 |
| Hex | E7 | 2A | CC | 0 | 52 | C | 9 | 135 | 50 | 36 |
| Octal | 347 | 52 | 314 | 0 | 122 | 14 | 11 | 465 | 120 | 66 |
| Binary | 11100111 | 101010 | 11001100 | 0 | 1010010 | 1100 | 1001 | 100110101 | 1010000 | 110110 |
Color Harmonies of #E72ACC
Complementary color
Monochromatic Colors of #E72ACC
Black with #E72ACC
Text Example
Text Example
White with #E72ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ACC; }
p { color: rgb(231,42,204); }
H1.HeaderClassName
{
color: #E72ACC;
}
.AnyTagClassName
{
color: #E72ACC;
}
</style>
background-color css
<style>
a { background-color: #E72ACC; }
a { background-color: rgb(231,42,204); }
div.DivClassName
{
background-color: #E72ACC;
}
.BgClassName
{
background-color: #E72ACC;
}
</style>
border-color css
<style>
span { border-color: #E72ACC; }
span { border-color: rgb(231,42,204); }
td.TdClassName
{
border-color: #E72ACC;
}
.TagClassName
{
border-color: #E72ACC;
}
</style>