Shades of Razzle Dazzle Rose #E02DBE
Tints of Razzle Dazzle Rose #E02DBE
RGB
CMYK
RGB Variations
Color information
#E02DBE (or 0xE02DBE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and BE. RGB value is (224,45,190). Sum of RGB (Red+Green+Blue) = 224+45+190=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DBE is #1FD241. Grayscale: #727272. Windows color (decimal): -2085442 or 12463584. OLE color: 12463584.
HSL color Cylindrical-coordinate representation of color #E02DBE: hue angle of 311.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02DBE is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 190 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.12 |
| HSL | 311.4º | 0.74% | 0.53% | - |
| HSV(B) | 311.4º | 0.8% | 0.88% | - |
| XYZ | 40.97 | 21.44 | 50.69 | - |
| YUV | 115.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 190 | 0 | 0.80 | 0.15 | 0.12 | 311.4 | 0.74 | 0.53 |
| Hex | E0 | 2D | BE | 0 | 50 | F | C | 137 | 4A | 35 |
| Octal | 340 | 55 | 276 | 0 | 120 | 17 | 14 | 467 | 112 | 65 |
| Binary | 11100000 | 101101 | 10111110 | 0 | 1010000 | 1111 | 1100 | 100110111 | 1001010 | 110101 |
Color Harmonies of #E02DBE
Complementary color
Monochromatic Colors of #E02DBE
Black with #E02DBE
Text Example
Text Example
White with #E02DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DBE; }
p { color: rgb(224,45,190); }
H1.HeaderClassName
{
color: #E02DBE;
}
.AnyTagClassName
{
color: #E02DBE;
}
</style>
background-color css
<style>
a { background-color: #E02DBE; }
a { background-color: rgb(224,45,190); }
div.DivClassName
{
background-color: #E02DBE;
}
.BgClassName
{
background-color: #E02DBE;
}
</style>
border-color css
<style>
span { border-color: #E02DBE; }
span { border-color: rgb(224,45,190); }
td.TdClassName
{
border-color: #E02DBE;
}
.TagClassName
{
border-color: #E02DBE;
}
</style>