Shades of Razzle Dazzle Rose #E32ABC
Tints of Razzle Dazzle Rose #E32ABC
RGB
CMYK
RGB Variations
Color information
#E32ABC (or 0xE32ABC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and BC. RGB value is (227,42,188). Sum of RGB (Red+Green+Blue) = 227+42+188=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ABC is #1CD543. Grayscale: #717171. Windows color (decimal): -1889604 or 12331747. OLE color: 12331747.
HSL color Cylindrical-coordinate representation of color #E32ABC: hue angle of 312.65º 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 #E32ABC is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 188 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.11 |
| HSL | 312.65º | 0.77% | 0.53% | - |
| HSV(B) | 312.65º | 0.81% | 0.89% | - |
| XYZ | 41.58 | 21.62 | 49.56 | - |
| YUV | 113.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 188 | 0 | 0.81 | 0.17 | 0.11 | 312.65 | 0.77 | 0.53 |
| Hex | E3 | 2A | BC | 0 | 51 | 11 | B | 139 | 4D | 35 |
| Octal | 343 | 52 | 274 | 0 | 121 | 21 | 13 | 471 | 115 | 65 |
| Binary | 11100011 | 101010 | 10111100 | 0 | 1010001 | 10001 | 1011 | 100111001 | 1001101 | 110101 |
Color Harmonies of #E32ABC
Complementary color
Monochromatic Colors of #E32ABC
Black with #E32ABC
Text Example
Text Example
White with #E32ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ABC; }
p { color: rgb(227,42,188); }
H1.HeaderClassName
{
color: #E32ABC;
}
.AnyTagClassName
{
color: #E32ABC;
}
</style>
background-color css
<style>
a { background-color: #E32ABC; }
a { background-color: rgb(227,42,188); }
div.DivClassName
{
background-color: #E32ABC;
}
.BgClassName
{
background-color: #E32ABC;
}
</style>
border-color css
<style>
span { border-color: #E32ABC; }
span { border-color: rgb(227,42,188); }
td.TdClassName
{
border-color: #E32ABC;
}
.TagClassName
{
border-color: #E32ABC;
}
</style>