Shades of Razzle Dazzle Rose #E52AD3
Tints of Razzle Dazzle Rose #E52AD3
RGB
CMYK
RGB Variations
Color information
#E52AD3 (or 0xE52AD3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and D3. RGB value is (229,42,211). Sum of RGB (Red+Green+Blue) = 229+42+211=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AD3 is #1AD52C. Grayscale: #747474. Windows color (decimal): -1758509 or 13839077. OLE color: 13839077.
HSL color Cylindrical-coordinate representation of color #E52AD3: hue angle of 305.78º 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 #E52AD3 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 211 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.10 |
| HSL | 305.78º | 0.78% | 0.53% | - |
| HSV(B) | 305.78º | 0.82% | 0.9% | - |
| XYZ | 44.9 | 23.02 | 63.7 | - |
| YUV | 117.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 211 | 0 | 0.82 | 0.08 | 0.10 | 305.78 | 0.78 | 0.53 |
| Hex | E5 | 2A | D3 | 0 | 52 | 8 | A | 132 | 4E | 35 |
| Octal | 345 | 52 | 323 | 0 | 122 | 10 | 12 | 462 | 116 | 65 |
| Binary | 11100101 | 101010 | 11010011 | 0 | 1010010 | 1000 | 1010 | 100110010 | 1001110 | 110101 |
Color Harmonies of #E52AD3
Complementary color
Monochromatic Colors of #E52AD3
Black with #E52AD3
Text Example
Text Example
White with #E52AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AD3; }
p { color: rgb(229,42,211); }
H1.HeaderClassName
{
color: #E52AD3;
}
.AnyTagClassName
{
color: #E52AD3;
}
</style>
background-color css
<style>
a { background-color: #E52AD3; }
a { background-color: rgb(229,42,211); }
div.DivClassName
{
background-color: #E52AD3;
}
.BgClassName
{
background-color: #E52AD3;
}
</style>
border-color css
<style>
span { border-color: #E52AD3; }
span { border-color: rgb(229,42,211); }
td.TdClassName
{
border-color: #E52AD3;
}
.TagClassName
{
border-color: #E52AD3;
}
</style>