Shades of Razzle Dazzle Rose #E32EBC
Tints of Razzle Dazzle Rose #E32EBC
RGB
CMYK
RGB Variations
Color information
#E32EBC (or 0xE32EBC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and BC. RGB value is (227,46,188). Sum of RGB (Red+Green+Blue) = 227+46+188=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EBC is #1CD143. Grayscale: #737373. Windows color (decimal): -1888580 or 12332771. OLE color: 12332771.
HSL color Cylindrical-coordinate representation of color #E32EBC: hue angle of 312.93º 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 #E32EBC is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 188 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.11 |
| HSL | 312.93º | 0.76% | 0.54% | - |
| HSV(B) | 312.93º | 0.8% | 0.89% | - |
| XYZ | 41.73 | 21.92 | 49.61 | - |
| YUV | 116.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 188 | 0 | 0.80 | 0.17 | 0.11 | 312.93 | 0.76 | 0.54 |
| Hex | E3 | 2E | BC | 0 | 50 | 11 | B | 139 | 4C | 36 |
| Octal | 343 | 56 | 274 | 0 | 120 | 21 | 13 | 471 | 114 | 66 |
| Binary | 11100011 | 101110 | 10111100 | 0 | 1010000 | 10001 | 1011 | 100111001 | 1001100 | 110110 |
Color Harmonies of #E32EBC
Complementary color
Monochromatic Colors of #E32EBC
Black with #E32EBC
Text Example
Text Example
White with #E32EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EBC; }
p { color: rgb(227,46,188); }
H1.HeaderClassName
{
color: #E32EBC;
}
.AnyTagClassName
{
color: #E32EBC;
}
</style>
background-color css
<style>
a { background-color: #E32EBC; }
a { background-color: rgb(227,46,188); }
div.DivClassName
{
background-color: #E32EBC;
}
.BgClassName
{
background-color: #E32EBC;
}
</style>
border-color css
<style>
span { border-color: #E32EBC; }
span { border-color: rgb(227,46,188); }
td.TdClassName
{
border-color: #E32EBC;
}
.TagClassName
{
border-color: #E32EBC;
}
</style>