Shades of Razzle Dazzle Rose #E52CCE
Tints of Razzle Dazzle Rose #E52CCE
RGB
CMYK
RGB Variations
Color information
#E52CCE (or 0xE52CCE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and CE. RGB value is (229,44,206). Sum of RGB (Red+Green+Blue) = 229+44+206=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCE is #1AD331. Grayscale: #757575. Windows color (decimal): -1758002 or 13511909. OLE color: 13511909.
HSL color Cylindrical-coordinate representation of color #E52CCE: hue angle of 307.46º 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 #E52CCE is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 206 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.10 |
| HSL | 307.46º | 0.78% | 0.54% | - |
| HSV(B) | 307.46º | 0.81% | 0.9% | - |
| XYZ | 44.35 | 22.92 | 60.48 | - |
| YUV | 117.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 206 | 0 | 0.81 | 0.10 | 0.10 | 307.46 | 0.78 | 0.54 |
| Hex | E5 | 2C | CE | 0 | 51 | A | A | 133 | 4E | 36 |
| Octal | 345 | 54 | 316 | 0 | 121 | 12 | 12 | 463 | 116 | 66 |
| Binary | 11100101 | 101100 | 11001110 | 0 | 1010001 | 1010 | 1010 | 100110011 | 1001110 | 110110 |
Color Harmonies of #E52CCE
Complementary color
Monochromatic Colors of #E52CCE
Black with #E52CCE
Text Example
Text Example
White with #E52CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CCE; }
p { color: rgb(229,44,206); }
H1.HeaderClassName
{
color: #E52CCE;
}
.AnyTagClassName
{
color: #E52CCE;
}
</style>
background-color css
<style>
a { background-color: #E52CCE; }
a { background-color: rgb(229,44,206); }
div.DivClassName
{
background-color: #E52CCE;
}
.BgClassName
{
background-color: #E52CCE;
}
</style>
border-color css
<style>
span { border-color: #E52CCE; }
span { border-color: rgb(229,44,206); }
td.TdClassName
{
border-color: #E52CCE;
}
.TagClassName
{
border-color: #E52CCE;
}
</style>