Shades of Razzle Dazzle Rose #E033D7
Tints of Razzle Dazzle Rose #E033D7
RGB
CMYK
RGB Variations
Color information
#E033D7 (or 0xE033D7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 33 and D7. RGB value is (224,51,215). Sum of RGB (Red+Green+Blue) = 224+51+215=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E033D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033D7 is #1FCC28. Grayscale: #787878. Windows color (decimal): -2083881 or 14103520. OLE color: 14103520.
HSL color Cylindrical-coordinate representation of color #E033D7: hue angle of 303.12º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033D7 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 215 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.12 |
| HSL | 303.12º | 0.74% | 0.54% | - |
| HSV(B) | 303.12º | 0.77% | 0.88% | - |
| XYZ | 44.19 | 23.12 | 66.42 | - |
| YUV | 121.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 215 | 0 | 0.77 | 0.04 | 0.12 | 303.12 | 0.74 | 0.54 |
| Hex | E0 | 33 | D7 | 0 | 4D | 4 | C | 12F | 4A | 36 |
| Octal | 340 | 63 | 327 | 0 | 115 | 4 | 14 | 457 | 112 | 66 |
| Binary | 11100000 | 110011 | 11010111 | 0 | 1001101 | 100 | 1100 | 100101111 | 1001010 | 110110 |
Color Harmonies of #E033D7
Complementary color
Monochromatic Colors of #E033D7
Black with #E033D7
Text Example
Text Example
White with #E033D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E033D7; }
p { color: rgb(224,51,215); }
H1.HeaderClassName
{
color: #E033D7;
}
.AnyTagClassName
{
color: #E033D7;
}
</style>
background-color css
<style>
a { background-color: #E033D7; }
a { background-color: rgb(224,51,215); }
div.DivClassName
{
background-color: #E033D7;
}
.BgClassName
{
background-color: #E033D7;
}
</style>
border-color css
<style>
span { border-color: #E033D7; }
span { border-color: rgb(224,51,215); }
td.TdClassName
{
border-color: #E033D7;
}
.TagClassName
{
border-color: #E033D7;
}
</style>