Shades of Razzle Dazzle Rose #E72FCC
Tints of Razzle Dazzle Rose #E72FCC
RGB
CMYK
RGB Variations
Color information
#E72FCC (or 0xE72FCC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and CC. RGB value is (231,47,204). Sum of RGB (Red+Green+Blue) = 231+47+204=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FCC is #18D033. Grayscale: #777777. Windows color (decimal): -1626164 or 13381607. OLE color: 13381607.
HSL color Cylindrical-coordinate representation of color #E72FCC: hue angle of 308.8º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FCC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 204 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.09 |
| HSL | 308.8º | 0.79% | 0.55% | - |
| HSV(B) | 308.8º | 0.8% | 0.91% | - |
| XYZ | 44.87 | 23.38 | 59.27 | - |
| YUV | 119.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 204 | 0 | 0.80 | 0.12 | 0.09 | 308.8 | 0.79 | 0.55 |
| Hex | E7 | 2F | CC | 0 | 50 | C | 9 | 135 | 4F | 37 |
| Octal | 347 | 57 | 314 | 0 | 120 | 14 | 11 | 465 | 117 | 67 |
| Binary | 11100111 | 101111 | 11001100 | 0 | 1010000 | 1100 | 1001 | 100110101 | 1001111 | 110111 |
Color Harmonies of #E72FCC
Complementary color
Monochromatic Colors of #E72FCC
Black with #E72FCC
Text Example
Text Example
White with #E72FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FCC; }
p { color: rgb(231,47,204); }
H1.HeaderClassName
{
color: #E72FCC;
}
.AnyTagClassName
{
color: #E72FCC;
}
</style>
background-color css
<style>
a { background-color: #E72FCC; }
a { background-color: rgb(231,47,204); }
div.DivClassName
{
background-color: #E72FCC;
}
.BgClassName
{
background-color: #E72FCC;
}
</style>
border-color css
<style>
span { border-color: #E72FCC; }
span { border-color: rgb(231,47,204); }
td.TdClassName
{
border-color: #E72FCC;
}
.TagClassName
{
border-color: #E72FCC;
}
</style>