Shades of Razzle Dazzle Rose #E527DD
Tints of Razzle Dazzle Rose #E527DD
RGB
CMYK
RGB Variations
Color information
#E527DD (or 0xE527DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and DD. RGB value is (229,39,221). Sum of RGB (Red+Green+Blue) = 229+39+221=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E527DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527DD is #1AD822. Grayscale: #747474. Windows color (decimal): -1759267 or 14493669. OLE color: 14493669.
HSL color Cylindrical-coordinate representation of color #E527DD: hue angle of 302.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E527DD is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 221 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.10 |
| HSL | 302.53º | 0.79% | 0.53% | - |
| HSV(B) | 302.53º | 0.83% | 0.9% | - |
| XYZ | 46.09 | 23.33 | 70.48 | - |
| YUV | 116.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 221 | 0 | 0.83 | 0.03 | 0.10 | 302.53 | 0.79 | 0.53 |
| Hex | E5 | 27 | DD | 0 | 53 | 3 | A | 12F | 4F | 35 |
| Octal | 345 | 47 | 335 | 0 | 123 | 3 | 12 | 457 | 117 | 65 |
| Binary | 11100101 | 100111 | 11011101 | 0 | 1010011 | 11 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E527DD
Complementary color
Monochromatic Colors of #E527DD
Black with #E527DD
Text Example
Text Example
White with #E527DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527DD; }
p { color: rgb(229,39,221); }
H1.HeaderClassName
{
color: #E527DD;
}
.AnyTagClassName
{
color: #E527DD;
}
</style>
background-color css
<style>
a { background-color: #E527DD; }
a { background-color: rgb(229,39,221); }
div.DivClassName
{
background-color: #E527DD;
}
.BgClassName
{
background-color: #E527DD;
}
</style>
border-color css
<style>
span { border-color: #E527DD; }
span { border-color: rgb(229,39,221); }
td.TdClassName
{
border-color: #E527DD;
}
.TagClassName
{
border-color: #E527DD;
}
</style>