Shades of Razzle Dazzle Rose #E52CE9
Tints of Razzle Dazzle Rose #E52CE9
RGB
CMYK
RGB Variations
Color information
#E52CE9 (or 0xE52CE9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and E9. RGB value is (229,44,233). Sum of RGB (Red+Green+Blue) = 229+44+233=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #E52CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CE9 is #1AD316. Grayscale: #787878. Windows color (decimal): -1757975 or 15281381. OLE color: 15281381.
HSL color Cylindrical-coordinate representation of color #E52CE9: hue angle of 298.73º degrees, saturation: 0.81, 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 #E52CE9 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 44 | 233 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.09 |
| HSL | 298.73º | 0.81% | 0.54% | - |
| HSV(B) | 298.73º | 0.81% | 0.91% | - |
| XYZ | 47.92 | 24.34 | 79.26 | - |
| YUV | 120.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 233 | 0.02 | 0.81 | 0 | 0.09 | 298.73 | 0.81 | 0.54 |
| Hex | E5 | 2C | E9 | 2 | 51 | 0 | 9 | 12B | 51 | 36 |
| Octal | 345 | 54 | 351 | 2 | 121 | 0 | 11 | 453 | 121 | 66 |
| Binary | 11100101 | 101100 | 11101001 | 10 | 1010001 | 0 | 1001 | 100101011 | 1010001 | 110110 |
Color Harmonies of #E52CE9
Complementary color
Monochromatic Colors of #E52CE9
Black with #E52CE9
Text Example
Text Example
White with #E52CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CE9; }
p { color: rgb(229,44,233); }
H1.HeaderClassName
{
color: #E52CE9;
}
.AnyTagClassName
{
color: #E52CE9;
}
</style>
background-color css
<style>
a { background-color: #E52CE9; }
a { background-color: rgb(229,44,233); }
div.DivClassName
{
background-color: #E52CE9;
}
.BgClassName
{
background-color: #E52CE9;
}
</style>
border-color css
<style>
span { border-color: #E52CE9; }
span { border-color: rgb(229,44,233); }
td.TdClassName
{
border-color: #E52CE9;
}
.TagClassName
{
border-color: #E52CE9;
}
</style>