Shades of Razzle Dazzle Rose #E72FE0
Tints of Razzle Dazzle Rose #E72FE0
RGB
CMYK
RGB Variations
Color information
#E72FE0 (or 0xE72FE0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and E0. RGB value is (231,47,224). Sum of RGB (Red+Green+Blue) = 231+47+224=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FE0 is #18D01F. Grayscale: #797979. Windows color (decimal): -1626144 or 14692327. OLE color: 14692327.
HSL color Cylindrical-coordinate representation of color #E72FE0: hue angle of 302.28º 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 #E72FE0 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 224 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.09 |
| HSL | 302.28º | 0.79% | 0.55% | - |
| HSV(B) | 302.28º | 0.8% | 0.91% | - |
| XYZ | 47.43 | 24.4 | 72.73 | - |
| YUV | 122.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 224 | 0 | 0.80 | 0.03 | 0.09 | 302.28 | 0.79 | 0.55 |
| Hex | E7 | 2F | E0 | 0 | 50 | 3 | 9 | 12E | 4F | 37 |
| Octal | 347 | 57 | 340 | 0 | 120 | 3 | 11 | 456 | 117 | 67 |
| Binary | 11100111 | 101111 | 11100000 | 0 | 1010000 | 11 | 1001 | 100101110 | 1001111 | 110111 |
Color Harmonies of #E72FE0
Complementary color
Monochromatic Colors of #E72FE0
Black with #E72FE0
Text Example
Text Example
White with #E72FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FE0; }
p { color: rgb(231,47,224); }
H1.HeaderClassName
{
color: #E72FE0;
}
.AnyTagClassName
{
color: #E72FE0;
}
</style>
background-color css
<style>
a { background-color: #E72FE0; }
a { background-color: rgb(231,47,224); }
div.DivClassName
{
background-color: #E72FE0;
}
.BgClassName
{
background-color: #E72FE0;
}
</style>
border-color css
<style>
span { border-color: #E72FE0; }
span { border-color: rgb(231,47,224); }
td.TdClassName
{
border-color: #E72FE0;
}
.TagClassName
{
border-color: #E72FE0;
}
</style>