Shades of Razzle Dazzle Rose #E72FE5
Tints of Razzle Dazzle Rose #E72FE5
RGB
CMYK
RGB Variations
Color information
#E72FE5 (or 0xE72FE5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and E5. RGB value is (231,47,229). Sum of RGB (Red+Green+Blue) = 231+47+229=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FE5 is #18D01A. Grayscale: #7A7A7A. Windows color (decimal): -1626139 or 15020007. OLE color: 15020007.
HSL color Cylindrical-coordinate representation of color #E72FE5: hue angle of 300.65º 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 #E72FE5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 229 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.09 |
| HSL | 300.65º | 0.79% | 0.55% | - |
| HSV(B) | 300.65º | 0.8% | 0.91% | - |
| XYZ | 48.11 | 24.68 | 76.36 | - |
| YUV | 122.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 229 | 0 | 0.80 | 0.01 | 0.09 | 300.65 | 0.79 | 0.55 |
| Hex | E7 | 2F | E5 | 0 | 50 | 1 | 9 | 12D | 4F | 37 |
| Octal | 347 | 57 | 345 | 0 | 120 | 1 | 11 | 455 | 117 | 67 |
| Binary | 11100111 | 101111 | 11100101 | 0 | 1010000 | 1 | 1001 | 100101101 | 1001111 | 110111 |
Color Harmonies of #E72FE5
Complementary color
Monochromatic Colors of #E72FE5
Black with #E72FE5
Text Example
Text Example
White with #E72FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FE5; }
p { color: rgb(231,47,229); }
H1.HeaderClassName
{
color: #E72FE5;
}
.AnyTagClassName
{
color: #E72FE5;
}
</style>
background-color css
<style>
a { background-color: #E72FE5; }
a { background-color: rgb(231,47,229); }
div.DivClassName
{
background-color: #E72FE5;
}
.BgClassName
{
background-color: #E72FE5;
}
</style>
border-color css
<style>
span { border-color: #E72FE5; }
span { border-color: rgb(231,47,229); }
td.TdClassName
{
border-color: #E72FE5;
}
.TagClassName
{
border-color: #E72FE5;
}
</style>