Shades of Razzle Dazzle Rose #E042BA
Tints of Razzle Dazzle Rose #E042BA
RGB
CMYK
RGB Variations
Color information
#E042BA (or 0xE042BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 42 and BA. RGB value is (224,66,186). Sum of RGB (Red+Green+Blue) = 224+66+186=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E042BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042BA is #1FBD45. Grayscale: #7E7E7E. Windows color (decimal): -2080070 or 12206816. OLE color: 12206816.
HSL color Cylindrical-coordinate representation of color #E042BA: hue angle of 314.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E042BA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 186 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.12 |
| HSL | 314.43º | 0.72% | 0.57% | - |
| HSV(B) | 314.43º | 0.71% | 0.88% | - |
| XYZ | 41.55 | 23.29 | 48.76 | - |
| YUV | 126.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 186 | 0 | 0.71 | 0.17 | 0.12 | 314.43 | 0.72 | 0.57 |
| Hex | E0 | 42 | BA | 0 | 47 | 11 | C | 13A | 48 | 39 |
| Octal | 340 | 102 | 272 | 0 | 107 | 21 | 14 | 472 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10111010 | 0 | 1000111 | 10001 | 1100 | 100111010 | 1001000 | 111001 |
Color Harmonies of #E042BA
Complementary color
Monochromatic Colors of #E042BA
Black with #E042BA
Text Example
Text Example
White with #E042BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042BA; }
p { color: rgb(224,66,186); }
H1.HeaderClassName
{
color: #E042BA;
}
.AnyTagClassName
{
color: #E042BA;
}
</style>
background-color css
<style>
a { background-color: #E042BA; }
a { background-color: rgb(224,66,186); }
div.DivClassName
{
background-color: #E042BA;
}
.BgClassName
{
background-color: #E042BA;
}
</style>
border-color css
<style>
span { border-color: #E042BA; }
span { border-color: rgb(224,66,186); }
td.TdClassName
{
border-color: #E042BA;
}
.TagClassName
{
border-color: #E042BA;
}
</style>