Shades of Razzle Dazzle Rose #E02EE3
Tints of Razzle Dazzle Rose #E02EE3
RGB
CMYK
RGB Variations
Color information
#E02EE3 (or 0xE02EE3) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and E3. RGB value is (224,46,227). Sum of RGB (Red+Green+Blue) = 224+46+227=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #E02EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02EE3 is #1FD11C. Grayscale: #777777. Windows color (decimal): -2085149 or 14888672. OLE color: 14888672.
HSL color Cylindrical-coordinate representation of color #E02EE3: hue angle of 299.01º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02EE3 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 46 | 227 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.11 |
| HSL | 299.01º | 0.76% | 0.54% | - |
| HSV(B) | 299.01º | 0.8% | 0.89% | - |
| XYZ | 45.58 | 23.35 | 74.78 | - |
| YUV | 119.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 227 | 0.01 | 0.80 | 0 | 0.11 | 299.01 | 0.76 | 0.54 |
| Hex | E0 | 2E | E3 | 1 | 50 | 0 | B | 12B | 4C | 36 |
| Octal | 340 | 56 | 343 | 1 | 120 | 0 | 13 | 453 | 114 | 66 |
| Binary | 11100000 | 101110 | 11100011 | 1 | 1010000 | 0 | 1011 | 100101011 | 1001100 | 110110 |
Color Harmonies of #E02EE3
Complementary color
Monochromatic Colors of #E02EE3
Black with #E02EE3
Text Example
Text Example
White with #E02EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EE3; }
p { color: rgb(224,46,227); }
H1.HeaderClassName
{
color: #E02EE3;
}
.AnyTagClassName
{
color: #E02EE3;
}
</style>
background-color css
<style>
a { background-color: #E02EE3; }
a { background-color: rgb(224,46,227); }
div.DivClassName
{
background-color: #E02EE3;
}
.BgClassName
{
background-color: #E02EE3;
}
</style>
border-color css
<style>
span { border-color: #E02EE3; }
span { border-color: rgb(224,46,227); }
td.TdClassName
{
border-color: #E02EE3;
}
.TagClassName
{
border-color: #E02EE3;
}
</style>