Shades of Razzle Dazzle Rose #E52BCC
Tints of Razzle Dazzle Rose #E52BCC
RGB
CMYK
RGB Variations
Color information
#E52BCC (or 0xE52BCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and CC. RGB value is (229,43,204). Sum of RGB (Red+Green+Blue) = 229+43+204=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BCC is #1AD433. Grayscale: #747474. Windows color (decimal): -1758260 or 13380581. OLE color: 13380581.
HSL color Cylindrical-coordinate representation of color #E52BCC: hue angle of 308.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BCC is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 204 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.10 |
| HSL | 308.06º | 0.78% | 0.53% | - |
| HSV(B) | 308.06º | 0.81% | 0.9% | - |
| XYZ | 44.08 | 22.75 | 59.19 | - |
| YUV | 116.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 204 | 0 | 0.81 | 0.11 | 0.10 | 308.06 | 0.78 | 0.53 |
| Hex | E5 | 2B | CC | 0 | 51 | B | A | 134 | 4E | 35 |
| Octal | 345 | 53 | 314 | 0 | 121 | 13 | 12 | 464 | 116 | 65 |
| Binary | 11100101 | 101011 | 11001100 | 0 | 1010001 | 1011 | 1010 | 100110100 | 1001110 | 110101 |
Color Harmonies of #E52BCC
Complementary color
Monochromatic Colors of #E52BCC
Black with #E52BCC
Text Example
Text Example
White with #E52BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BCC; }
p { color: rgb(229,43,204); }
H1.HeaderClassName
{
color: #E52BCC;
}
.AnyTagClassName
{
color: #E52BCC;
}
</style>
background-color css
<style>
a { background-color: #E52BCC; }
a { background-color: rgb(229,43,204); }
div.DivClassName
{
background-color: #E52BCC;
}
.BgClassName
{
background-color: #E52BCC;
}
</style>
border-color css
<style>
span { border-color: #E52BCC; }
span { border-color: rgb(229,43,204); }
td.TdClassName
{
border-color: #E52BCC;
}
.TagClassName
{
border-color: #E52BCC;
}
</style>