Shades of Razzle Dazzle Rose #E032BA
Tints of Razzle Dazzle Rose #E032BA
RGB
CMYK
RGB Variations
Color information
#E032BA (or 0xE032BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BA. RGB value is (224,50,186). Sum of RGB (Red+Green+Blue) = 224+50+186=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BA is #1FCD45. Grayscale: #757575. Windows color (decimal): -2084166 or 12202720. OLE color: 12202720.
HSL color Cylindrical-coordinate representation of color #E032BA: hue angle of 313.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032BA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 186 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.12 |
| HSL | 313.1º | 0.74% | 0.54% | - |
| HSV(B) | 313.1º | 0.78% | 0.88% | - |
| XYZ | 40.74 | 21.67 | 48.49 | - |
| YUV | 117.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 186 | 0 | 0.78 | 0.17 | 0.12 | 313.1 | 0.74 | 0.54 |
| Hex | E0 | 32 | BA | 0 | 4E | 11 | C | 139 | 4A | 36 |
| Octal | 340 | 62 | 272 | 0 | 116 | 21 | 14 | 471 | 112 | 66 |
| Binary | 11100000 | 110010 | 10111010 | 0 | 1001110 | 10001 | 1100 | 100111001 | 1001010 | 110110 |
Color Harmonies of #E032BA
Complementary color
Monochromatic Colors of #E032BA
Black with #E032BA
Text Example
Text Example
White with #E032BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032BA; }
p { color: rgb(224,50,186); }
H1.HeaderClassName
{
color: #E032BA;
}
.AnyTagClassName
{
color: #E032BA;
}
</style>
background-color css
<style>
a { background-color: #E032BA; }
a { background-color: rgb(224,50,186); }
div.DivClassName
{
background-color: #E032BA;
}
.BgClassName
{
background-color: #E032BA;
}
</style>
border-color css
<style>
span { border-color: #E032BA; }
span { border-color: rgb(224,50,186); }
td.TdClassName
{
border-color: #E032BA;
}
.TagClassName
{
border-color: #E032BA;
}
</style>