Shades of Razzle Dazzle Rose #E533DE
Tints of Razzle Dazzle Rose #E533DE
RGB
CMYK
RGB Variations
Color information
#E533DE (or 0xE533DE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and DE. RGB value is (229,51,222). Sum of RGB (Red+Green+Blue) = 229+51+222=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E533DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533DE is #1ACC21. Grayscale: #7B7B7B. Windows color (decimal): -1756194 or 14562277. OLE color: 14562277.
HSL color Cylindrical-coordinate representation of color #E533DE: hue angle of 302.36º 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 #E533DE is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 222 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.10 |
| HSL | 302.36º | 0.77% | 0.55% | - |
| HSV(B) | 302.36º | 0.78% | 0.9% | - |
| XYZ | 46.68 | 24.3 | 71.34 | - |
| YUV | 123.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 222 | 0 | 0.78 | 0.03 | 0.10 | 302.36 | 0.77 | 0.55 |
| Hex | E5 | 33 | DE | 0 | 4E | 3 | A | 12E | 4D | 37 |
| Octal | 345 | 63 | 336 | 0 | 116 | 3 | 12 | 456 | 115 | 67 |
| Binary | 11100101 | 110011 | 11011110 | 0 | 1001110 | 11 | 1010 | 100101110 | 1001101 | 110111 |
Color Harmonies of #E533DE
Complementary color
Monochromatic Colors of #E533DE
Black with #E533DE
Text Example
Text Example
White with #E533DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533DE; }
p { color: rgb(229,51,222); }
H1.HeaderClassName
{
color: #E533DE;
}
.AnyTagClassName
{
color: #E533DE;
}
</style>
background-color css
<style>
a { background-color: #E533DE; }
a { background-color: rgb(229,51,222); }
div.DivClassName
{
background-color: #E533DE;
}
.BgClassName
{
background-color: #E533DE;
}
</style>
border-color css
<style>
span { border-color: #E533DE; }
span { border-color: rgb(229,51,222); }
td.TdClassName
{
border-color: #E533DE;
}
.TagClassName
{
border-color: #E533DE;
}
</style>