Shades of Razzle Dazzle Rose #E525DF
Tints of Razzle Dazzle Rose #E525DF
RGB
CMYK
RGB Variations
Color information
#E525DF (or 0xE525DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and DF. RGB value is (229,37,223). Sum of RGB (Red+Green+Blue) = 229+37+223=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E525DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525DF is #1ADA20. Grayscale: #737373. Windows color (decimal): -1759777 or 14624229. OLE color: 14624229.
HSL color Cylindrical-coordinate representation of color #E525DF: hue angle of 301.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E525DF is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 223 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.10 |
| HSL | 301.88º | 0.79% | 0.52% | - |
| HSV(B) | 301.88º | 0.84% | 0.9% | - |
| XYZ | 46.29 | 23.31 | 71.87 | - |
| YUV | 115.61 | 188.61 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 223 | 0 | 0.84 | 0.03 | 0.10 | 301.88 | 0.79 | 0.52 |
| Hex | E5 | 25 | DF | 0 | 54 | 3 | A | 12E | 4F | 34 |
| Octal | 345 | 45 | 337 | 0 | 124 | 3 | 12 | 456 | 117 | 64 |
| Binary | 11100101 | 100101 | 11011111 | 0 | 1010100 | 11 | 1010 | 100101110 | 1001111 | 110100 |
Color Harmonies of #E525DF
Complementary color
Monochromatic Colors of #E525DF
Black with #E525DF
Text Example
Text Example
White with #E525DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525DF; }
p { color: rgb(229,37,223); }
H1.HeaderClassName
{
color: #E525DF;
}
.AnyTagClassName
{
color: #E525DF;
}
</style>
background-color css
<style>
a { background-color: #E525DF; }
a { background-color: rgb(229,37,223); }
div.DivClassName
{
background-color: #E525DF;
}
.BgClassName
{
background-color: #E525DF;
}
</style>
border-color css
<style>
span { border-color: #E525DF; }
span { border-color: rgb(229,37,223); }
td.TdClassName
{
border-color: #E525DF;
}
.TagClassName
{
border-color: #E525DF;
}
</style>