Shades of Razzle Dazzle Rose #E03ABE
Tints of Razzle Dazzle Rose #E03ABE
RGB
CMYK
RGB Variations
Color information
#E03ABE (or 0xE03ABE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3A and BE. RGB value is (224,58,190). Sum of RGB (Red+Green+Blue) = 224+58+190=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ABE is #1FC541. Grayscale: #7A7A7A. Windows color (decimal): -2082114 or 12466912. OLE color: 12466912.
HSL color Cylindrical-coordinate representation of color #E03ABE: hue angle of 312.29º 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 #E03ABE is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 190 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.12 |
| HSL | 312.29º | 0.73% | 0.55% | - |
| HSV(B) | 312.29º | 0.74% | 0.88% | - |
| XYZ | 41.55 | 22.59 | 50.89 | - |
| YUV | 122.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 190 | 0 | 0.74 | 0.15 | 0.12 | 312.29 | 0.73 | 0.55 |
| Hex | E0 | 3A | BE | 0 | 4A | F | C | 138 | 49 | 37 |
| Octal | 340 | 72 | 276 | 0 | 112 | 17 | 14 | 470 | 111 | 67 |
| Binary | 11100000 | 111010 | 10111110 | 0 | 1001010 | 1111 | 1100 | 100111000 | 1001001 | 110111 |
Color Harmonies of #E03ABE
Complementary color
Monochromatic Colors of #E03ABE
Black with #E03ABE
Text Example
Text Example
White with #E03ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03ABE; }
p { color: rgb(224,58,190); }
H1.HeaderClassName
{
color: #E03ABE;
}
.AnyTagClassName
{
color: #E03ABE;
}
</style>
background-color css
<style>
a { background-color: #E03ABE; }
a { background-color: rgb(224,58,190); }
div.DivClassName
{
background-color: #E03ABE;
}
.BgClassName
{
background-color: #E03ABE;
}
</style>
border-color css
<style>
span { border-color: #E03ABE; }
span { border-color: rgb(224,58,190); }
td.TdClassName
{
border-color: #E03ABE;
}
.TagClassName
{
border-color: #E03ABE;
}
</style>