Shades of Razzle Dazzle Rose #E02DB8
Tints of Razzle Dazzle Rose #E02DB8
RGB
CMYK
RGB Variations
Color information
#E02DB8 (or 0xE02DB8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and B8. RGB value is (224,45,184). Sum of RGB (Red+Green+Blue) = 224+45+184=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DB8 is #1FD247. Grayscale: #717171. Windows color (decimal): -2085448 or 12070368. OLE color: 12070368.
HSL color Cylindrical-coordinate representation of color #E02DB8: hue angle of 313.41º 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 #E02DB8 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 184 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.12 |
| HSL | 313.41º | 0.74% | 0.53% | - |
| HSV(B) | 313.41º | 0.8% | 0.88% | - |
| XYZ | 40.33 | 21.18 | 47.31 | - |
| YUV | 114.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 184 | 0 | 0.80 | 0.18 | 0.12 | 313.41 | 0.74 | 0.53 |
| Hex | E0 | 2D | B8 | 0 | 50 | 12 | C | 139 | 4A | 35 |
| Octal | 340 | 55 | 270 | 0 | 120 | 22 | 14 | 471 | 112 | 65 |
| Binary | 11100000 | 101101 | 10111000 | 0 | 1010000 | 10010 | 1100 | 100111001 | 1001010 | 110101 |
Color Harmonies of #E02DB8
Complementary color
Monochromatic Colors of #E02DB8
Black with #E02DB8
Text Example
Text Example
White with #E02DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DB8; }
p { color: rgb(224,45,184); }
H1.HeaderClassName
{
color: #E02DB8;
}
.AnyTagClassName
{
color: #E02DB8;
}
</style>
background-color css
<style>
a { background-color: #E02DB8; }
a { background-color: rgb(224,45,184); }
div.DivClassName
{
background-color: #E02DB8;
}
.BgClassName
{
background-color: #E02DB8;
}
</style>
border-color css
<style>
span { border-color: #E02DB8; }
span { border-color: rgb(224,45,184); }
td.TdClassName
{
border-color: #E02DB8;
}
.TagClassName
{
border-color: #E02DB8;
}
</style>