Shades of Razzle Dazzle Rose #E32ABB
Tints of Razzle Dazzle Rose #E32ABB
RGB
CMYK
RGB Variations
Color information
#E32ABB (or 0xE32ABB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and BB. RGB value is (227,42,187). Sum of RGB (Red+Green+Blue) = 227+42+187=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ABB is #1CD544. Grayscale: #717171. Windows color (decimal): -1889605 or 12266211. OLE color: 12266211.
HSL color Cylindrical-coordinate representation of color #E32ABB: hue angle of 312.97º 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 #E32ABB is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 187 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.11 |
| HSL | 312.97º | 0.77% | 0.53% | - |
| HSV(B) | 312.97º | 0.81% | 0.89% | - |
| XYZ | 41.48 | 21.57 | 48.99 | - |
| YUV | 113.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 187 | 0 | 0.81 | 0.18 | 0.11 | 312.97 | 0.77 | 0.53 |
| Hex | E3 | 2A | BB | 0 | 51 | 12 | B | 139 | 4D | 35 |
| Octal | 343 | 52 | 273 | 0 | 121 | 22 | 13 | 471 | 115 | 65 |
| Binary | 11100011 | 101010 | 10111011 | 0 | 1010001 | 10010 | 1011 | 100111001 | 1001101 | 110101 |
Color Harmonies of #E32ABB
Complementary color
Monochromatic Colors of #E32ABB
Black with #E32ABB
Text Example
Text Example
White with #E32ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ABB; }
p { color: rgb(227,42,187); }
H1.HeaderClassName
{
color: #E32ABB;
}
.AnyTagClassName
{
color: #E32ABB;
}
</style>
background-color css
<style>
a { background-color: #E32ABB; }
a { background-color: rgb(227,42,187); }
div.DivClassName
{
background-color: #E32ABB;
}
.BgClassName
{
background-color: #E32ABB;
}
</style>
border-color css
<style>
span { border-color: #E32ABB; }
span { border-color: rgb(227,42,187); }
td.TdClassName
{
border-color: #E32ABB;
}
.TagClassName
{
border-color: #E32ABB;
}
</style>