Shades of Razzle Dazzle Rose #E32ECF
Tints of Razzle Dazzle Rose #E32ECF
RGB
CMYK
RGB Variations
Color information
#E32ECF (or 0xE32ECF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and CF. RGB value is (227,46,207). Sum of RGB (Red+Green+Blue) = 227+46+207=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ECF is #1CD130. Grayscale: #767676. Windows color (decimal): -1888561 or 13577955. OLE color: 13577955.
HSL color Cylindrical-coordinate representation of color #E32ECF: hue angle of 306.63º 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 #E32ECF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 207 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.11 |
| HSL | 306.63º | 0.76% | 0.54% | - |
| HSV(B) | 306.63º | 0.8% | 0.89% | - |
| XYZ | 43.92 | 22.79 | 61.12 | - |
| YUV | 118.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 207 | 0 | 0.80 | 0.09 | 0.11 | 306.63 | 0.76 | 0.54 |
| Hex | E3 | 2E | CF | 0 | 50 | 9 | B | 133 | 4C | 36 |
| Octal | 343 | 56 | 317 | 0 | 120 | 11 | 13 | 463 | 114 | 66 |
| Binary | 11100011 | 101110 | 11001111 | 0 | 1010000 | 1001 | 1011 | 100110011 | 1001100 | 110110 |
Color Harmonies of #E32ECF
Complementary color
Monochromatic Colors of #E32ECF
Black with #E32ECF
Text Example
Text Example
White with #E32ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ECF; }
p { color: rgb(227,46,207); }
H1.HeaderClassName
{
color: #E32ECF;
}
.AnyTagClassName
{
color: #E32ECF;
}
</style>
background-color css
<style>
a { background-color: #E32ECF; }
a { background-color: rgb(227,46,207); }
div.DivClassName
{
background-color: #E32ECF;
}
.BgClassName
{
background-color: #E32ECF;
}
</style>
border-color css
<style>
span { border-color: #E32ECF; }
span { border-color: rgb(227,46,207); }
td.TdClassName
{
border-color: #E32ECF;
}
.TagClassName
{
border-color: #E32ECF;
}
</style>