Shades of Razzle Dazzle Rose #E03FB2
Tints of Razzle Dazzle Rose #E03FB2
RGB
CMYK
RGB Variations
Color information
#E03FB2 (or 0xE03FB2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3F and B2. RGB value is (224,63,178). Sum of RGB (Red+Green+Blue) = 224+63+178=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FB2 is #1FC04D. Grayscale: #7B7B7B. Windows color (decimal): -2080846 or 11681760. OLE color: 11681760.
HSL color Cylindrical-coordinate representation of color #E03FB2: hue angle of 317.14º 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 #E03FB2 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 178 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.12 |
| HSL | 317.14º | 0.72% | 0.56% | - |
| HSV(B) | 317.14º | 0.72% | 0.88% | - |
| XYZ | 40.55 | 22.62 | 44.35 | - |
| YUV | 124.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 178 | 0 | 0.72 | 0.21 | 0.12 | 317.14 | 0.72 | 0.56 |
| Hex | E0 | 3F | B2 | 0 | 48 | 15 | C | 13D | 48 | 38 |
| Octal | 340 | 77 | 262 | 0 | 110 | 25 | 14 | 475 | 110 | 70 |
| Binary | 11100000 | 111111 | 10110010 | 0 | 1001000 | 10101 | 1100 | 100111101 | 1001000 | 111000 |
Color Harmonies of #E03FB2
Complementary color
Monochromatic Colors of #E03FB2
Black with #E03FB2
Text Example
Text Example
White with #E03FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FB2; }
p { color: rgb(224,63,178); }
H1.HeaderClassName
{
color: #E03FB2;
}
.AnyTagClassName
{
color: #E03FB2;
}
</style>
background-color css
<style>
a { background-color: #E03FB2; }
a { background-color: rgb(224,63,178); }
div.DivClassName
{
background-color: #E03FB2;
}
.BgClassName
{
background-color: #E03FB2;
}
</style>
border-color css
<style>
span { border-color: #E03FB2; }
span { border-color: rgb(224,63,178); }
td.TdClassName
{
border-color: #E03FB2;
}
.TagClassName
{
border-color: #E03FB2;
}
</style>