Shades of Razzle Dazzle Rose #E32FD2
Tints of Razzle Dazzle Rose #E32FD2
RGB
CMYK
RGB Variations
Color information
#E32FD2 (or 0xE32FD2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and D2. RGB value is (227,47,210). Sum of RGB (Red+Green+Blue) = 227+47+210=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FD2 is #1CD02D. Grayscale: #767676. Windows color (decimal): -1888302 or 13774819. OLE color: 13774819.
HSL color Cylindrical-coordinate representation of color #E32FD2: hue angle of 305.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32FD2 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 210 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.11 |
| HSL | 305.67º | 0.76% | 0.54% | - |
| HSV(B) | 305.67º | 0.79% | 0.89% | - |
| XYZ | 44.33 | 23.02 | 63.08 | - |
| YUV | 119.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 210 | 0 | 0.79 | 0.07 | 0.11 | 305.67 | 0.76 | 0.54 |
| Hex | E3 | 2F | D2 | 0 | 4F | 7 | B | 132 | 4C | 36 |
| Octal | 343 | 57 | 322 | 0 | 117 | 7 | 13 | 462 | 114 | 66 |
| Binary | 11100011 | 101111 | 11010010 | 0 | 1001111 | 111 | 1011 | 100110010 | 1001100 | 110110 |
Color Harmonies of #E32FD2
Complementary color
Monochromatic Colors of #E32FD2
Black with #E32FD2
Text Example
Text Example
White with #E32FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FD2; }
p { color: rgb(227,47,210); }
H1.HeaderClassName
{
color: #E32FD2;
}
.AnyTagClassName
{
color: #E32FD2;
}
</style>
background-color css
<style>
a { background-color: #E32FD2; }
a { background-color: rgb(227,47,210); }
div.DivClassName
{
background-color: #E32FD2;
}
.BgClassName
{
background-color: #E32FD2;
}
</style>
border-color css
<style>
span { border-color: #E32FD2; }
span { border-color: rgb(227,47,210); }
td.TdClassName
{
border-color: #E32FD2;
}
.TagClassName
{
border-color: #E32FD2;
}
</style>