Shades of Razzle Dazzle Rose #E52CCD
Tints of Razzle Dazzle Rose #E52CCD
RGB
CMYK
RGB Variations
Color information
#E52CCD (or 0xE52CCD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and CD. RGB value is (229,44,205). Sum of RGB (Red+Green+Blue) = 229+44+205=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCD is #1AD332. Grayscale: #757575. Windows color (decimal): -1758003 or 13446373. OLE color: 13446373.
HSL color Cylindrical-coordinate representation of color #E52CCD: hue angle of 307.78º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CCD is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 205 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.10 |
| HSL | 307.78º | 0.78% | 0.54% | - |
| HSV(B) | 307.78º | 0.81% | 0.9% | - |
| XYZ | 44.23 | 22.87 | 59.84 | - |
| YUV | 117.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 205 | 0 | 0.81 | 0.10 | 0.10 | 307.78 | 0.78 | 0.54 |
| Hex | E5 | 2C | CD | 0 | 51 | A | A | 134 | 4E | 36 |
| Octal | 345 | 54 | 315 | 0 | 121 | 12 | 12 | 464 | 116 | 66 |
| Binary | 11100101 | 101100 | 11001101 | 0 | 1010001 | 1010 | 1010 | 100110100 | 1001110 | 110110 |
Color Harmonies of #E52CCD
Complementary color
Monochromatic Colors of #E52CCD
Black with #E52CCD
Text Example
Text Example
White with #E52CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CCD; }
p { color: rgb(229,44,205); }
H1.HeaderClassName
{
color: #E52CCD;
}
.AnyTagClassName
{
color: #E52CCD;
}
</style>
background-color css
<style>
a { background-color: #E52CCD; }
a { background-color: rgb(229,44,205); }
div.DivClassName
{
background-color: #E52CCD;
}
.BgClassName
{
background-color: #E52CCD;
}
</style>
border-color css
<style>
span { border-color: #E52CCD; }
span { border-color: rgb(229,44,205); }
td.TdClassName
{
border-color: #E52CCD;
}
.TagClassName
{
border-color: #E52CCD;
}
</style>