Shades of Razzle Dazzle Rose #E32EBE
Tints of Razzle Dazzle Rose #E32EBE
RGB
CMYK
RGB Variations
Color information
#E32EBE (or 0xE32EBE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and BE. RGB value is (227,46,190). Sum of RGB (Red+Green+Blue) = 227+46+190=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EBE is #1CD141. Grayscale: #747474. Windows color (decimal): -1888578 or 12463843. OLE color: 12463843.
HSL color Cylindrical-coordinate representation of color #E32EBE: hue angle of 312.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EBE is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 190 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.11 |
| HSL | 312.27º | 0.76% | 0.54% | - |
| HSV(B) | 312.27º | 0.8% | 0.89% | - |
| XYZ | 41.95 | 22 | 50.75 | - |
| YUV | 116.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 190 | 0 | 0.80 | 0.16 | 0.11 | 312.27 | 0.76 | 0.54 |
| Hex | E3 | 2E | BE | 0 | 50 | 10 | B | 138 | 4C | 36 |
| Octal | 343 | 56 | 276 | 0 | 120 | 20 | 13 | 470 | 114 | 66 |
| Binary | 11100011 | 101110 | 10111110 | 0 | 1010000 | 10000 | 1011 | 100111000 | 1001100 | 110110 |
Color Harmonies of #E32EBE
Complementary color
Monochromatic Colors of #E32EBE
Black with #E32EBE
Text Example
Text Example
White with #E32EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EBE; }
p { color: rgb(227,46,190); }
H1.HeaderClassName
{
color: #E32EBE;
}
.AnyTagClassName
{
color: #E32EBE;
}
</style>
background-color css
<style>
a { background-color: #E32EBE; }
a { background-color: rgb(227,46,190); }
div.DivClassName
{
background-color: #E32EBE;
}
.BgClassName
{
background-color: #E32EBE;
}
</style>
border-color css
<style>
span { border-color: #E32EBE; }
span { border-color: rgb(227,46,190); }
td.TdClassName
{
border-color: #E32EBE;
}
.TagClassName
{
border-color: #E32EBE;
}
</style>