Shades of Razzle Dazzle Rose #E02CE5
Tints of Razzle Dazzle Rose #E02CE5
RGB
CMYK
RGB Variations
Color information
#E02CE5 (or 0xE02CE5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and E5. RGB value is (224,44,229). Sum of RGB (Red+Green+Blue) = 224+44+229=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #E02CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CE5 is #1FD31A. Grayscale: #767676. Windows color (decimal): -2085659 or 15019232. OLE color: 15019232.
HSL color Cylindrical-coordinate representation of color #E02CE5: hue angle of 298.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02CE5 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 44 | 229 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.10 |
| HSL | 298.38º | 0.78% | 0.54% | - |
| HSV(B) | 298.38º | 0.81% | 0.9% | - |
| XYZ | 45.78 | 23.31 | 76.21 | - |
| YUV | 118.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 229 | 0.02 | 0.81 | 0 | 0.10 | 298.38 | 0.78 | 0.54 |
| Hex | E0 | 2C | E5 | 2 | 51 | 0 | A | 12A | 4E | 36 |
| Octal | 340 | 54 | 345 | 2 | 121 | 0 | 12 | 452 | 116 | 66 |
| Binary | 11100000 | 101100 | 11100101 | 10 | 1010001 | 0 | 1010 | 100101010 | 1001110 | 110110 |
Color Harmonies of #E02CE5
Complementary color
Monochromatic Colors of #E02CE5
Black with #E02CE5
Text Example
Text Example
White with #E02CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CE5; }
p { color: rgb(224,44,229); }
H1.HeaderClassName
{
color: #E02CE5;
}
.AnyTagClassName
{
color: #E02CE5;
}
</style>
background-color css
<style>
a { background-color: #E02CE5; }
a { background-color: rgb(224,44,229); }
div.DivClassName
{
background-color: #E02CE5;
}
.BgClassName
{
background-color: #E02CE5;
}
</style>
border-color css
<style>
span { border-color: #E02CE5; }
span { border-color: rgb(224,44,229); }
td.TdClassName
{
border-color: #E02CE5;
}
.TagClassName
{
border-color: #E02CE5;
}
</style>