Shades of Razzle Dazzle Rose #E03DC9
Tints of Razzle Dazzle Rose #E03DC9
RGB
CMYK
RGB Variations
Color information
#E03DC9 (or 0xE03DC9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3D and C9. RGB value is (224,61,201). Sum of RGB (Red+Green+Blue) = 224+61+201=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DC9 is #1FC236. Grayscale: #7D7D7D. Windows color (decimal): -2081335 or 13188576. OLE color: 13188576.
HSL color Cylindrical-coordinate representation of color #E03DC9: hue angle of 308.47º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DC9 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 201 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.12 |
| HSL | 308.47º | 0.72% | 0.56% | - |
| HSV(B) | 308.47º | 0.73% | 0.88% | - |
| XYZ | 42.95 | 23.4 | 57.51 | - |
| YUV | 125.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 201 | 0 | 0.73 | 0.10 | 0.12 | 308.47 | 0.72 | 0.56 |
| Hex | E0 | 3D | C9 | 0 | 49 | A | C | 134 | 48 | 38 |
| Octal | 340 | 75 | 311 | 0 | 111 | 12 | 14 | 464 | 110 | 70 |
| Binary | 11100000 | 111101 | 11001001 | 0 | 1001001 | 1010 | 1100 | 100110100 | 1001000 | 111000 |
Color Harmonies of #E03DC9
Complementary color
Monochromatic Colors of #E03DC9
Black with #E03DC9
Text Example
Text Example
White with #E03DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DC9; }
p { color: rgb(224,61,201); }
H1.HeaderClassName
{
color: #E03DC9;
}
.AnyTagClassName
{
color: #E03DC9;
}
</style>
background-color css
<style>
a { background-color: #E03DC9; }
a { background-color: rgb(224,61,201); }
div.DivClassName
{
background-color: #E03DC9;
}
.BgClassName
{
background-color: #E03DC9;
}
</style>
border-color css
<style>
span { border-color: #E03DC9; }
span { border-color: rgb(224,61,201); }
td.TdClassName
{
border-color: #E03DC9;
}
.TagClassName
{
border-color: #E03DC9;
}
</style>