Shades of Razzle Dazzle Rose #E52CDF
Tints of Razzle Dazzle Rose #E52CDF
RGB
CMYK
RGB Variations
Color information
#E52CDF (or 0xE52CDF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and DF. RGB value is (229,44,223). Sum of RGB (Red+Green+Blue) = 229+44+223=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CDF is #1AD320. Grayscale: #777777. Windows color (decimal): -1757985 or 14626021. OLE color: 14626021.
HSL color Cylindrical-coordinate representation of color #E52CDF: hue angle of 301.95º 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 #E52CDF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 223 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.10 |
| HSL | 301.95º | 0.78% | 0.54% | - |
| HSV(B) | 301.95º | 0.81% | 0.9% | - |
| XYZ | 46.53 | 23.79 | 71.95 | - |
| YUV | 119.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 223 | 0 | 0.81 | 0.03 | 0.10 | 301.95 | 0.78 | 0.54 |
| Hex | E5 | 2C | DF | 0 | 51 | 3 | A | 12E | 4E | 36 |
| Octal | 345 | 54 | 337 | 0 | 121 | 3 | 12 | 456 | 116 | 66 |
| Binary | 11100101 | 101100 | 11011111 | 0 | 1010001 | 11 | 1010 | 100101110 | 1001110 | 110110 |
Color Harmonies of #E52CDF
Complementary color
Monochromatic Colors of #E52CDF
Black with #E52CDF
Text Example
Text Example
White with #E52CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CDF; }
p { color: rgb(229,44,223); }
H1.HeaderClassName
{
color: #E52CDF;
}
.AnyTagClassName
{
color: #E52CDF;
}
</style>
background-color css
<style>
a { background-color: #E52CDF; }
a { background-color: rgb(229,44,223); }
div.DivClassName
{
background-color: #E52CDF;
}
.BgClassName
{
background-color: #E52CDF;
}
</style>
border-color css
<style>
span { border-color: #E52CDF; }
span { border-color: rgb(229,44,223); }
td.TdClassName
{
border-color: #E52CDF;
}
.TagClassName
{
border-color: #E52CDF;
}
</style>