Shades of Razzle Dazzle Rose #E52FCE
Tints of Razzle Dazzle Rose #E52FCE
RGB
CMYK
RGB Variations
Color information
#E52FCE (or 0xE52FCE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and CE. RGB value is (229,47,206). Sum of RGB (Red+Green+Blue) = 229+47+206=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FCE is #1AD031. Grayscale: #777777. Windows color (decimal): -1757234 or 13512677. OLE color: 13512677.
HSL color Cylindrical-coordinate representation of color #E52FCE: hue angle of 307.58º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52FCE is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 206 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.10 |
| HSL | 307.58º | 0.78% | 0.54% | - |
| HSV(B) | 307.58º | 0.79% | 0.9% | - |
| XYZ | 44.47 | 23.15 | 60.52 | - |
| YUV | 119.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 206 | 0 | 0.79 | 0.10 | 0.10 | 307.58 | 0.78 | 0.54 |
| Hex | E5 | 2F | CE | 0 | 4F | A | A | 134 | 4E | 36 |
| Octal | 345 | 57 | 316 | 0 | 117 | 12 | 12 | 464 | 116 | 66 |
| Binary | 11100101 | 101111 | 11001110 | 0 | 1001111 | 1010 | 1010 | 100110100 | 1001110 | 110110 |
Color Harmonies of #E52FCE
Complementary color
Monochromatic Colors of #E52FCE
Black with #E52FCE
Text Example
Text Example
White with #E52FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FCE; }
p { color: rgb(229,47,206); }
H1.HeaderClassName
{
color: #E52FCE;
}
.AnyTagClassName
{
color: #E52FCE;
}
</style>
background-color css
<style>
a { background-color: #E52FCE; }
a { background-color: rgb(229,47,206); }
div.DivClassName
{
background-color: #E52FCE;
}
.BgClassName
{
background-color: #E52FCE;
}
</style>
border-color css
<style>
span { border-color: #E52FCE; }
span { border-color: rgb(229,47,206); }
td.TdClassName
{
border-color: #E52FCE;
}
.TagClassName
{
border-color: #E52FCE;
}
</style>