Shades of Razzle Dazzle Rose #E72CE5
Tints of Razzle Dazzle Rose #E72CE5
RGB
CMYK
RGB Variations
Color information
#E72CE5 (or 0xE72CE5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and E5. RGB value is (231,44,229). Sum of RGB (Red+Green+Blue) = 231+44+229=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CE5 is #18D31A. Grayscale: #787878. Windows color (decimal): -1626907 or 15019239. OLE color: 15019239.
HSL color Cylindrical-coordinate representation of color #E72CE5: hue angle of 300.64º 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 #E72CE5 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 229 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.09 |
| HSL | 300.64º | 0.8% | 0.54% | - |
| HSV(B) | 300.64º | 0.81% | 0.91% | - |
| XYZ | 48 | 24.45 | 76.32 | - |
| YUV | 121 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 229 | 0 | 0.81 | 0.01 | 0.09 | 300.64 | 0.8 | 0.54 |
| Hex | E7 | 2C | E5 | 0 | 51 | 1 | 9 | 12D | 50 | 36 |
| Octal | 347 | 54 | 345 | 0 | 121 | 1 | 11 | 455 | 120 | 66 |
| Binary | 11100111 | 101100 | 11100101 | 0 | 1010001 | 1 | 1001 | 100101101 | 1010000 | 110110 |
Color Harmonies of #E72CE5
Complementary color
Monochromatic Colors of #E72CE5
Black with #E72CE5
Text Example
Text Example
White with #E72CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CE5; }
p { color: rgb(231,44,229); }
H1.HeaderClassName
{
color: #E72CE5;
}
.AnyTagClassName
{
color: #E72CE5;
}
</style>
background-color css
<style>
a { background-color: #E72CE5; }
a { background-color: rgb(231,44,229); }
div.DivClassName
{
background-color: #E72CE5;
}
.BgClassName
{
background-color: #E72CE5;
}
</style>
border-color css
<style>
span { border-color: #E72CE5; }
span { border-color: rgb(231,44,229); }
td.TdClassName
{
border-color: #E72CE5;
}
.TagClassName
{
border-color: #E72CE5;
}
</style>