Shades of Razzle Dazzle Rose #E03FC2
Tints of Razzle Dazzle Rose #E03FC2
RGB
CMYK
RGB Variations
Color information
#E03FC2 (or 0xE03FC2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3F and C2. RGB value is (224,63,194). Sum of RGB (Red+Green+Blue) = 224+63+194=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FC2 is #1FC03D. Grayscale: #7D7D7D. Windows color (decimal): -2080830 or 12730336. OLE color: 12730336.
HSL color Cylindrical-coordinate representation of color #E03FC2: hue angle of 311.18º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FC2 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 194 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.12 |
| HSL | 311.18º | 0.72% | 0.56% | - |
| HSV(B) | 311.18º | 0.72% | 0.88% | - |
| XYZ | 42.26 | 23.3 | 53.31 | - |
| YUV | 126.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 194 | 0 | 0.72 | 0.13 | 0.12 | 311.18 | 0.72 | 0.56 |
| Hex | E0 | 3F | C2 | 0 | 48 | D | C | 137 | 48 | 38 |
| Octal | 340 | 77 | 302 | 0 | 110 | 15 | 14 | 467 | 110 | 70 |
| Binary | 11100000 | 111111 | 11000010 | 0 | 1001000 | 1101 | 1100 | 100110111 | 1001000 | 111000 |
Color Harmonies of #E03FC2
Complementary color
Monochromatic Colors of #E03FC2
Black with #E03FC2
Text Example
Text Example
White with #E03FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FC2; }
p { color: rgb(224,63,194); }
H1.HeaderClassName
{
color: #E03FC2;
}
.AnyTagClassName
{
color: #E03FC2;
}
</style>
background-color css
<style>
a { background-color: #E03FC2; }
a { background-color: rgb(224,63,194); }
div.DivClassName
{
background-color: #E03FC2;
}
.BgClassName
{
background-color: #E03FC2;
}
</style>
border-color css
<style>
span { border-color: #E03FC2; }
span { border-color: rgb(224,63,194); }
td.TdClassName
{
border-color: #E03FC2;
}
.TagClassName
{
border-color: #E03FC2;
}
</style>