Shades of Razzle Dazzle Rose #E52AD6
Tints of Razzle Dazzle Rose #E52AD6
RGB
CMYK
RGB Variations
Color information
#E52AD6 (or 0xE52AD6) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and D6. RGB value is (229,42,214). Sum of RGB (Red+Green+Blue) = 229+42+214=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AD6 is #1AD529. Grayscale: #757575. Windows color (decimal): -1758506 or 14035685. OLE color: 14035685.
HSL color Cylindrical-coordinate representation of color #E52AD6: hue angle of 304.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AD6 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 214 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.10 |
| HSL | 304.81º | 0.78% | 0.53% | - |
| HSV(B) | 304.81º | 0.82% | 0.9% | - |
| XYZ | 45.28 | 23.17 | 65.7 | - |
| YUV | 117.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 214 | 0 | 0.82 | 0.07 | 0.10 | 304.81 | 0.78 | 0.53 |
| Hex | E5 | 2A | D6 | 0 | 52 | 7 | A | 131 | 4E | 35 |
| Octal | 345 | 52 | 326 | 0 | 122 | 7 | 12 | 461 | 116 | 65 |
| Binary | 11100101 | 101010 | 11010110 | 0 | 1010010 | 111 | 1010 | 100110001 | 1001110 | 110101 |
Color Harmonies of #E52AD6
Complementary color
Monochromatic Colors of #E52AD6
Black with #E52AD6
Text Example
Text Example
White with #E52AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AD6; }
p { color: rgb(229,42,214); }
H1.HeaderClassName
{
color: #E52AD6;
}
.AnyTagClassName
{
color: #E52AD6;
}
</style>
background-color css
<style>
a { background-color: #E52AD6; }
a { background-color: rgb(229,42,214); }
div.DivClassName
{
background-color: #E52AD6;
}
.BgClassName
{
background-color: #E52AD6;
}
</style>
border-color css
<style>
span { border-color: #E52AD6; }
span { border-color: rgb(229,42,214); }
td.TdClassName
{
border-color: #E52AD6;
}
.TagClassName
{
border-color: #E52AD6;
}
</style>