Shades of Razzle Dazzle Rose #E52ADC
Tints of Razzle Dazzle Rose #E52ADC
RGB
CMYK
RGB Variations
Color information
#E52ADC (or 0xE52ADC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and DC. RGB value is (229,42,220). Sum of RGB (Red+Green+Blue) = 229+42+220=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ADC is #1AD523. Grayscale: #757575. Windows color (decimal): -1758500 or 14428901. OLE color: 14428901.
HSL color Cylindrical-coordinate representation of color #E52ADC: hue angle of 302.89º 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 #E52ADC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 220 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.10 |
| HSL | 302.89º | 0.78% | 0.53% | - |
| HSV(B) | 302.89º | 0.82% | 0.9% | - |
| XYZ | 46.06 | 23.48 | 69.81 | - |
| YUV | 118.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 220 | 0 | 0.82 | 0.04 | 0.10 | 302.89 | 0.78 | 0.53 |
| Hex | E5 | 2A | DC | 0 | 52 | 4 | A | 12F | 4E | 35 |
| Octal | 345 | 52 | 334 | 0 | 122 | 4 | 12 | 457 | 116 | 65 |
| Binary | 11100101 | 101010 | 11011100 | 0 | 1010010 | 100 | 1010 | 100101111 | 1001110 | 110101 |
Color Harmonies of #E52ADC
Complementary color
Monochromatic Colors of #E52ADC
Black with #E52ADC
Text Example
Text Example
White with #E52ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52ADC; }
p { color: rgb(229,42,220); }
H1.HeaderClassName
{
color: #E52ADC;
}
.AnyTagClassName
{
color: #E52ADC;
}
</style>
background-color css
<style>
a { background-color: #E52ADC; }
a { background-color: rgb(229,42,220); }
div.DivClassName
{
background-color: #E52ADC;
}
.BgClassName
{
background-color: #E52ADC;
}
</style>
border-color css
<style>
span { border-color: #E52ADC; }
span { border-color: rgb(229,42,220); }
td.TdClassName
{
border-color: #E52ADC;
}
.TagClassName
{
border-color: #E52ADC;
}
</style>