Shades of Razzle Dazzle Rose #E533DD
Tints of Razzle Dazzle Rose #E533DD
RGB
CMYK
RGB Variations
Color information
#E533DD (or 0xE533DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and DD. RGB value is (229,51,221). Sum of RGB (Red+Green+Blue) = 229+51+221=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E533DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533DD is #1ACC22. Grayscale: #7B7B7B. Windows color (decimal): -1756195 or 14496741. OLE color: 14496741.
HSL color Cylindrical-coordinate representation of color #E533DD: hue angle of 302.7º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533DD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 221 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.10 |
| HSL | 302.7º | 0.77% | 0.55% | - |
| HSV(B) | 302.7º | 0.78% | 0.9% | - |
| XYZ | 46.55 | 24.25 | 70.63 | - |
| YUV | 123.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 221 | 0 | 0.78 | 0.03 | 0.10 | 302.7 | 0.77 | 0.55 |
| Hex | E5 | 33 | DD | 0 | 4E | 3 | A | 12F | 4D | 37 |
| Octal | 345 | 63 | 335 | 0 | 116 | 3 | 12 | 457 | 115 | 67 |
| Binary | 11100101 | 110011 | 11011101 | 0 | 1001110 | 11 | 1010 | 100101111 | 1001101 | 110111 |
Color Harmonies of #E533DD
Complementary color
Monochromatic Colors of #E533DD
Black with #E533DD
Text Example
Text Example
White with #E533DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533DD; }
p { color: rgb(229,51,221); }
H1.HeaderClassName
{
color: #E533DD;
}
.AnyTagClassName
{
color: #E533DD;
}
</style>
background-color css
<style>
a { background-color: #E533DD; }
a { background-color: rgb(229,51,221); }
div.DivClassName
{
background-color: #E533DD;
}
.BgClassName
{
background-color: #E533DD;
}
</style>
border-color css
<style>
span { border-color: #E533DD; }
span { border-color: rgb(229,51,221); }
td.TdClassName
{
border-color: #E533DD;
}
.TagClassName
{
border-color: #E533DD;
}
</style>