Shades of Razzle Dazzle Rose #E03DB7
Tints of Razzle Dazzle Rose #E03DB7
RGB
CMYK
RGB Variations
Color information
#E03DB7 (or 0xE03DB7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3D and B7. RGB value is (224,61,183). Sum of RGB (Red+Green+Blue) = 224+61+183=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DB7 is #1FC248. Grayscale: #7B7B7B. Windows color (decimal): -2081353 or 12008928. OLE color: 12008928.
HSL color Cylindrical-coordinate representation of color #E03DB7: hue angle of 315.09º 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 #E03DB7 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 183 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.12 |
| HSL | 315.09º | 0.72% | 0.56% | - |
| HSV(B) | 315.09º | 0.73% | 0.88% | - |
| XYZ | 40.96 | 22.6 | 47 | - |
| YUV | 123.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 183 | 0 | 0.73 | 0.18 | 0.12 | 315.09 | 0.72 | 0.56 |
| Hex | E0 | 3D | B7 | 0 | 49 | 12 | C | 13B | 48 | 38 |
| Octal | 340 | 75 | 267 | 0 | 111 | 22 | 14 | 473 | 110 | 70 |
| Binary | 11100000 | 111101 | 10110111 | 0 | 1001001 | 10010 | 1100 | 100111011 | 1001000 | 111000 |
Color Harmonies of #E03DB7
Complementary color
Monochromatic Colors of #E03DB7
Black with #E03DB7
Text Example
Text Example
White with #E03DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DB7; }
p { color: rgb(224,61,183); }
H1.HeaderClassName
{
color: #E03DB7;
}
.AnyTagClassName
{
color: #E03DB7;
}
</style>
background-color css
<style>
a { background-color: #E03DB7; }
a { background-color: rgb(224,61,183); }
div.DivClassName
{
background-color: #E03DB7;
}
.BgClassName
{
background-color: #E03DB7;
}
</style>
border-color css
<style>
span { border-color: #E03DB7; }
span { border-color: rgb(224,61,183); }
td.TdClassName
{
border-color: #E03DB7;
}
.TagClassName
{
border-color: #E03DB7;
}
</style>