Shades of Razzle Dazzle Rose #E32ECE
Tints of Razzle Dazzle Rose #E32ECE
RGB
CMYK
RGB Variations
Color information
#E32ECE (or 0xE32ECE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and CE. RGB value is (227,46,206). Sum of RGB (Red+Green+Blue) = 227+46+206=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ECE is #1CD131. Grayscale: #757575. Windows color (decimal): -1888562 or 13512419. OLE color: 13512419.
HSL color Cylindrical-coordinate representation of color #E32ECE: hue angle of 306.96º 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 #E32ECE is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 206 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.11 |
| HSL | 306.96º | 0.76% | 0.54% | - |
| HSV(B) | 306.96º | 0.8% | 0.89% | - |
| XYZ | 43.8 | 22.74 | 60.47 | - |
| YUV | 118.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 206 | 0 | 0.80 | 0.09 | 0.11 | 306.96 | 0.76 | 0.54 |
| Hex | E3 | 2E | CE | 0 | 50 | 9 | B | 133 | 4C | 36 |
| Octal | 343 | 56 | 316 | 0 | 120 | 11 | 13 | 463 | 114 | 66 |
| Binary | 11100011 | 101110 | 11001110 | 0 | 1010000 | 1001 | 1011 | 100110011 | 1001100 | 110110 |
Color Harmonies of #E32ECE
Complementary color
Monochromatic Colors of #E32ECE
Black with #E32ECE
Text Example
Text Example
White with #E32ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ECE; }
p { color: rgb(227,46,206); }
H1.HeaderClassName
{
color: #E32ECE;
}
.AnyTagClassName
{
color: #E32ECE;
}
</style>
background-color css
<style>
a { background-color: #E32ECE; }
a { background-color: rgb(227,46,206); }
div.DivClassName
{
background-color: #E32ECE;
}
.BgClassName
{
background-color: #E32ECE;
}
</style>
border-color css
<style>
span { border-color: #E32ECE; }
span { border-color: rgb(227,46,206); }
td.TdClassName
{
border-color: #E32ECE;
}
.TagClassName
{
border-color: #E32ECE;
}
</style>