Shades of Razzle Dazzle Rose #E03ABB
Tints of Razzle Dazzle Rose #E03ABB
RGB
CMYK
RGB Variations
Color information
#E03ABB (or 0xE03ABB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3A and BB. RGB value is (224,58,187). Sum of RGB (Red+Green+Blue) = 224+58+187=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ABB is #1FC544. Grayscale: #797979. Windows color (decimal): -2082117 or 12270304. OLE color: 12270304.
HSL color Cylindrical-coordinate representation of color #E03ABB: hue angle of 313.37º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03ABB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 187 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.12 |
| HSL | 313.37º | 0.73% | 0.55% | - |
| HSV(B) | 313.37º | 0.74% | 0.88% | - |
| XYZ | 41.22 | 22.46 | 49.18 | - |
| YUV | 122.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 187 | 0 | 0.74 | 0.17 | 0.12 | 313.37 | 0.73 | 0.55 |
| Hex | E0 | 3A | BB | 0 | 4A | 11 | C | 139 | 49 | 37 |
| Octal | 340 | 72 | 273 | 0 | 112 | 21 | 14 | 471 | 111 | 67 |
| Binary | 11100000 | 111010 | 10111011 | 0 | 1001010 | 10001 | 1100 | 100111001 | 1001001 | 110111 |
Color Harmonies of #E03ABB
Complementary color
Monochromatic Colors of #E03ABB
Black with #E03ABB
Text Example
Text Example
White with #E03ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03ABB; }
p { color: rgb(224,58,187); }
H1.HeaderClassName
{
color: #E03ABB;
}
.AnyTagClassName
{
color: #E03ABB;
}
</style>
background-color css
<style>
a { background-color: #E03ABB; }
a { background-color: rgb(224,58,187); }
div.DivClassName
{
background-color: #E03ABB;
}
.BgClassName
{
background-color: #E03ABB;
}
</style>
border-color css
<style>
span { border-color: #E03ABB; }
span { border-color: rgb(224,58,187); }
td.TdClassName
{
border-color: #E03ABB;
}
.TagClassName
{
border-color: #E03ABB;
}
</style>