Shades of Razzle Dazzle Rose #E525DC
Tints of Razzle Dazzle Rose #E525DC
RGB
CMYK
RGB Variations
Color information
#E525DC (or 0xE525DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and DC. RGB value is (229,37,220). Sum of RGB (Red+Green+Blue) = 229+37+220=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E525DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525DC is #1ADA23. Grayscale: #727272. Windows color (decimal): -1759780 or 14427621. OLE color: 14427621.
HSL color Cylindrical-coordinate representation of color #E525DC: hue angle of 302.81º 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 #E525DC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 220 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.10 |
| HSL | 302.81º | 0.79% | 0.52% | - |
| HSV(B) | 302.81º | 0.84% | 0.9% | - |
| XYZ | 45.89 | 23.15 | 69.76 | - |
| YUV | 115.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 220 | 0 | 0.84 | 0.04 | 0.10 | 302.81 | 0.79 | 0.52 |
| Hex | E5 | 25 | DC | 0 | 54 | 4 | A | 12F | 4F | 34 |
| Octal | 345 | 45 | 334 | 0 | 124 | 4 | 12 | 457 | 117 | 64 |
| Binary | 11100101 | 100101 | 11011100 | 0 | 1010100 | 100 | 1010 | 100101111 | 1001111 | 110100 |
Color Harmonies of #E525DC
Complementary color
Monochromatic Colors of #E525DC
Black with #E525DC
Text Example
Text Example
White with #E525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525DC; }
p { color: rgb(229,37,220); }
H1.HeaderClassName
{
color: #E525DC;
}
.AnyTagClassName
{
color: #E525DC;
}
</style>
background-color css
<style>
a { background-color: #E525DC; }
a { background-color: rgb(229,37,220); }
div.DivClassName
{
background-color: #E525DC;
}
.BgClassName
{
background-color: #E525DC;
}
</style>
border-color css
<style>
span { border-color: #E525DC; }
span { border-color: rgb(229,37,220); }
td.TdClassName
{
border-color: #E525DC;
}
.TagClassName
{
border-color: #E525DC;
}
</style>