Shades of Razzle Dazzle Rose #E32CBC
Tints of Razzle Dazzle Rose #E32CBC
RGB
CMYK
RGB Variations
Color information
#E32CBC (or 0xE32CBC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and BC. RGB value is (227,44,188). Sum of RGB (Red+Green+Blue) = 227+44+188=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CBC is #1CD343. Grayscale: #727272. Windows color (decimal): -1889092 or 12332259. OLE color: 12332259.
HSL color Cylindrical-coordinate representation of color #E32CBC: hue angle of 312.79º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32CBC is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 188 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.11 |
| HSL | 312.79º | 0.77% | 0.53% | - |
| HSV(B) | 312.79º | 0.81% | 0.89% | - |
| XYZ | 41.66 | 21.76 | 49.58 | - |
| YUV | 115.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 188 | 0 | 0.81 | 0.17 | 0.11 | 312.79 | 0.77 | 0.53 |
| Hex | E3 | 2C | BC | 0 | 51 | 11 | B | 139 | 4D | 35 |
| Octal | 343 | 54 | 274 | 0 | 121 | 21 | 13 | 471 | 115 | 65 |
| Binary | 11100011 | 101100 | 10111100 | 0 | 1010001 | 10001 | 1011 | 100111001 | 1001101 | 110101 |
Color Harmonies of #E32CBC
Complementary color
Monochromatic Colors of #E32CBC
Black with #E32CBC
Text Example
Text Example
White with #E32CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CBC; }
p { color: rgb(227,44,188); }
H1.HeaderClassName
{
color: #E32CBC;
}
.AnyTagClassName
{
color: #E32CBC;
}
</style>
background-color css
<style>
a { background-color: #E32CBC; }
a { background-color: rgb(227,44,188); }
div.DivClassName
{
background-color: #E32CBC;
}
.BgClassName
{
background-color: #E32CBC;
}
</style>
border-color css
<style>
span { border-color: #E32CBC; }
span { border-color: rgb(227,44,188); }
td.TdClassName
{
border-color: #E32CBC;
}
.TagClassName
{
border-color: #E32CBC;
}
</style>