Shades of Razzle Dazzle Rose #E534DD
Tints of Razzle Dazzle Rose #E534DD
RGB
CMYK
RGB Variations
Color information
#E534DD (or 0xE534DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and DD. RGB value is (229,52,221). Sum of RGB (Red+Green+Blue) = 229+52+221=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E534DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534DD is #1ACB22. Grayscale: #7B7B7B. Windows color (decimal): -1755939 or 14496997. OLE color: 14496997.
HSL color Cylindrical-coordinate representation of color #E534DD: hue angle of 302.71º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534DD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 221 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.10 |
| HSL | 302.71º | 0.77% | 0.55% | - |
| HSV(B) | 302.71º | 0.77% | 0.9% | - |
| XYZ | 46.59 | 24.33 | 70.65 | - |
| YUV | 124.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 221 | 0 | 0.77 | 0.03 | 0.10 | 302.71 | 0.77 | 0.55 |
| Hex | E5 | 34 | DD | 0 | 4D | 3 | A | 12F | 4D | 37 |
| Octal | 345 | 64 | 335 | 0 | 115 | 3 | 12 | 457 | 115 | 67 |
| Binary | 11100101 | 110100 | 11011101 | 0 | 1001101 | 11 | 1010 | 100101111 | 1001101 | 110111 |
Color Harmonies of #E534DD
Complementary color
Monochromatic Colors of #E534DD
Black with #E534DD
Text Example
Text Example
White with #E534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534DD; }
p { color: rgb(229,52,221); }
H1.HeaderClassName
{
color: #E534DD;
}
.AnyTagClassName
{
color: #E534DD;
}
</style>
background-color css
<style>
a { background-color: #E534DD; }
a { background-color: rgb(229,52,221); }
div.DivClassName
{
background-color: #E534DD;
}
.BgClassName
{
background-color: #E534DD;
}
</style>
border-color css
<style>
span { border-color: #E534DD; }
span { border-color: rgb(229,52,221); }
td.TdClassName
{
border-color: #E534DD;
}
.TagClassName
{
border-color: #E534DD;
}
</style>