Shades of Razzle Dazzle Rose #E03FBA
Tints of Razzle Dazzle Rose #E03FBA
RGB
CMYK
RGB Variations
Color information
#E03FBA (or 0xE03FBA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3F and BA. RGB value is (224,63,186). Sum of RGB (Red+Green+Blue) = 224+63+186=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FBA is #1FC045. Grayscale: #7C7C7C. Windows color (decimal): -2080838 or 12206048. OLE color: 12206048.
HSL color Cylindrical-coordinate representation of color #E03FBA: hue angle of 314.16º 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 #E03FBA is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 186 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.12 |
| HSL | 314.16º | 0.72% | 0.56% | - |
| HSV(B) | 314.16º | 0.72% | 0.88% | - |
| XYZ | 41.38 | 22.95 | 48.7 | - |
| YUV | 125.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 186 | 0 | 0.72 | 0.17 | 0.12 | 314.16 | 0.72 | 0.56 |
| Hex | E0 | 3F | BA | 0 | 48 | 11 | C | 13A | 48 | 38 |
| Octal | 340 | 77 | 272 | 0 | 110 | 21 | 14 | 472 | 110 | 70 |
| Binary | 11100000 | 111111 | 10111010 | 0 | 1001000 | 10001 | 1100 | 100111010 | 1001000 | 111000 |
Color Harmonies of #E03FBA
Complementary color
Monochromatic Colors of #E03FBA
Black with #E03FBA
Text Example
Text Example
White with #E03FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FBA; }
p { color: rgb(224,63,186); }
H1.HeaderClassName
{
color: #E03FBA;
}
.AnyTagClassName
{
color: #E03FBA;
}
</style>
background-color css
<style>
a { background-color: #E03FBA; }
a { background-color: rgb(224,63,186); }
div.DivClassName
{
background-color: #E03FBA;
}
.BgClassName
{
background-color: #E03FBA;
}
</style>
border-color css
<style>
span { border-color: #E03FBA; }
span { border-color: rgb(224,63,186); }
td.TdClassName
{
border-color: #E03FBA;
}
.TagClassName
{
border-color: #E03FBA;
}
</style>