Shades of Razzle Dazzle Rose #E525DA
Tints of Razzle Dazzle Rose #E525DA
RGB
CMYK
RGB Variations
Color information
#E525DA (or 0xE525DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and DA. RGB value is (229,37,218). Sum of RGB (Red+Green+Blue) = 229+37+218=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E525DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525DA is #1ADA25. Grayscale: #727272. Windows color (decimal): -1759782 or 14296549. OLE color: 14296549.
HSL color Cylindrical-coordinate representation of color #E525DA: hue angle of 303.44º 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 #E525DA is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 218 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.10 |
| HSL | 303.44º | 0.79% | 0.52% | - |
| HSV(B) | 303.44º | 0.84% | 0.9% | - |
| XYZ | 45.63 | 23.04 | 68.37 | - |
| YUV | 115.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 218 | 0 | 0.84 | 0.05 | 0.10 | 303.44 | 0.79 | 0.52 |
| Hex | E5 | 25 | DA | 0 | 54 | 5 | A | 12F | 4F | 34 |
| Octal | 345 | 45 | 332 | 0 | 124 | 5 | 12 | 457 | 117 | 64 |
| Binary | 11100101 | 100101 | 11011010 | 0 | 1010100 | 101 | 1010 | 100101111 | 1001111 | 110100 |
Color Harmonies of #E525DA
Complementary color
Monochromatic Colors of #E525DA
Black with #E525DA
Text Example
Text Example
White with #E525DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525DA; }
p { color: rgb(229,37,218); }
H1.HeaderClassName
{
color: #E525DA;
}
.AnyTagClassName
{
color: #E525DA;
}
</style>
background-color css
<style>
a { background-color: #E525DA; }
a { background-color: rgb(229,37,218); }
div.DivClassName
{
background-color: #E525DA;
}
.BgClassName
{
background-color: #E525DA;
}
</style>
border-color css
<style>
span { border-color: #E525DA; }
span { border-color: rgb(229,37,218); }
td.TdClassName
{
border-color: #E525DA;
}
.TagClassName
{
border-color: #E525DA;
}
</style>