Shades of Razzle Dazzle Rose #E03FBC
Tints of Razzle Dazzle Rose #E03FBC
RGB
CMYK
RGB Variations
Color information
#E03FBC (or 0xE03FBC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3F and BC. RGB value is (224,63,188). Sum of RGB (Red+Green+Blue) = 224+63+188=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FBC is #1FC043. Grayscale: #7D7D7D. Windows color (decimal): -2080836 or 12337120. OLE color: 12337120.
HSL color Cylindrical-coordinate representation of color #E03FBC: hue angle of 313.42º 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 #E03FBC is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 188 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.12 |
| HSL | 313.42º | 0.72% | 0.56% | - |
| HSV(B) | 313.42º | 0.72% | 0.88% | - |
| XYZ | 41.6 | 23.03 | 49.83 | - |
| YUV | 125.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 188 | 0 | 0.72 | 0.16 | 0.12 | 313.42 | 0.72 | 0.56 |
| Hex | E0 | 3F | BC | 0 | 48 | 10 | C | 139 | 48 | 38 |
| Octal | 340 | 77 | 274 | 0 | 110 | 20 | 14 | 471 | 110 | 70 |
| Binary | 11100000 | 111111 | 10111100 | 0 | 1001000 | 10000 | 1100 | 100111001 | 1001000 | 111000 |
Color Harmonies of #E03FBC
Complementary color
Monochromatic Colors of #E03FBC
Black with #E03FBC
Text Example
Text Example
White with #E03FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FBC; }
p { color: rgb(224,63,188); }
H1.HeaderClassName
{
color: #E03FBC;
}
.AnyTagClassName
{
color: #E03FBC;
}
</style>
background-color css
<style>
a { background-color: #E03FBC; }
a { background-color: rgb(224,63,188); }
div.DivClassName
{
background-color: #E03FBC;
}
.BgClassName
{
background-color: #E03FBC;
}
</style>
border-color css
<style>
span { border-color: #E03FBC; }
span { border-color: rgb(224,63,188); }
td.TdClassName
{
border-color: #E03FBC;
}
.TagClassName
{
border-color: #E03FBC;
}
</style>