Shades of Razzle Dazzle Rose #E72CE0
Tints of Razzle Dazzle Rose #E72CE0
RGB
CMYK
RGB Variations
Color information
#E72CE0 (or 0xE72CE0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and E0. RGB value is (231,44,224). Sum of RGB (Red+Green+Blue) = 231+44+224=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CE0 is #18D31F. Grayscale: #777777. Windows color (decimal): -1626912 or 14691559. OLE color: 14691559.
HSL color Cylindrical-coordinate representation of color #E72CE0: hue angle of 302.25º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CE0 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 224 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.09 |
| HSL | 302.25º | 0.8% | 0.54% | - |
| HSV(B) | 302.25º | 0.81% | 0.91% | - |
| XYZ | 47.31 | 24.17 | 72.69 | - |
| YUV | 120.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 224 | 0 | 0.81 | 0.03 | 0.09 | 302.25 | 0.8 | 0.54 |
| Hex | E7 | 2C | E0 | 0 | 51 | 3 | 9 | 12E | 50 | 36 |
| Octal | 347 | 54 | 340 | 0 | 121 | 3 | 11 | 456 | 120 | 66 |
| Binary | 11100111 | 101100 | 11100000 | 0 | 1010001 | 11 | 1001 | 100101110 | 1010000 | 110110 |
Color Harmonies of #E72CE0
Complementary color
Monochromatic Colors of #E72CE0
Black with #E72CE0
Text Example
Text Example
White with #E72CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CE0; }
p { color: rgb(231,44,224); }
H1.HeaderClassName
{
color: #E72CE0;
}
.AnyTagClassName
{
color: #E72CE0;
}
</style>
background-color css
<style>
a { background-color: #E72CE0; }
a { background-color: rgb(231,44,224); }
div.DivClassName
{
background-color: #E72CE0;
}
.BgClassName
{
background-color: #E72CE0;
}
</style>
border-color css
<style>
span { border-color: #E72CE0; }
span { border-color: rgb(231,44,224); }
td.TdClassName
{
border-color: #E72CE0;
}
.TagClassName
{
border-color: #E72CE0;
}
</style>