Shades of Razzle Dazzle Rose #E02EC7
Tints of Razzle Dazzle Rose #E02EC7
RGB
CMYK
RGB Variations
Color information
#E02EC7 (or 0xE02EC7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and C7. RGB value is (224,46,199). Sum of RGB (Red+Green+Blue) = 224+46+199=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02EC7 is #1FD138. Grayscale: #747474. Windows color (decimal): -2085177 or 13053664. OLE color: 13053664.
HSL color Cylindrical-coordinate representation of color #E02EC7: hue angle of 308.43º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02EC7 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 199 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.12 |
| HSL | 308.43º | 0.74% | 0.53% | - |
| HSV(B) | 308.43º | 0.79% | 0.88% | - |
| XYZ | 42.03 | 21.92 | 56.05 | - |
| YUV | 116.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 199 | 0 | 0.79 | 0.11 | 0.12 | 308.43 | 0.74 | 0.53 |
| Hex | E0 | 2E | C7 | 0 | 4F | B | C | 134 | 4A | 35 |
| Octal | 340 | 56 | 307 | 0 | 117 | 13 | 14 | 464 | 112 | 65 |
| Binary | 11100000 | 101110 | 11000111 | 0 | 1001111 | 1011 | 1100 | 100110100 | 1001010 | 110101 |
Color Harmonies of #E02EC7
Complementary color
Monochromatic Colors of #E02EC7
Black with #E02EC7
Text Example
Text Example
White with #E02EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EC7; }
p { color: rgb(224,46,199); }
H1.HeaderClassName
{
color: #E02EC7;
}
.AnyTagClassName
{
color: #E02EC7;
}
</style>
background-color css
<style>
a { background-color: #E02EC7; }
a { background-color: rgb(224,46,199); }
div.DivClassName
{
background-color: #E02EC7;
}
.BgClassName
{
background-color: #E02EC7;
}
</style>
border-color css
<style>
span { border-color: #E02EC7; }
span { border-color: rgb(224,46,199); }
td.TdClassName
{
border-color: #E02EC7;
}
.TagClassName
{
border-color: #E02EC7;
}
</style>