Shades of Razzle Dazzle Rose #E932CE
Tints of Razzle Dazzle Rose #E932CE
RGB
CMYK
RGB Variations
Color information
#E932CE (or 0xE932CE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 32 and CE. RGB value is (233,50,206). Sum of RGB (Red+Green+Blue) = 233+50+206=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E932CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E932CE is #16CD31. Grayscale: #7A7A7A. Windows color (decimal): -1494322 or 13513449. OLE color: 13513449.
HSL color Cylindrical-coordinate representation of color #E932CE: hue angle of 308.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E932CE is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 206 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.09 |
| HSL | 308.85º | 0.81% | 0.55% | - |
| HSV(B) | 308.85º | 0.79% | 0.91% | - |
| XYZ | 45.89 | 24.06 | 60.62 | - |
| YUV | 122.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 206 | 0 | 0.79 | 0.12 | 0.09 | 308.85 | 0.81 | 0.55 |
| Hex | E9 | 32 | CE | 0 | 4F | C | 9 | 135 | 51 | 37 |
| Octal | 351 | 62 | 316 | 0 | 117 | 14 | 11 | 465 | 121 | 67 |
| Binary | 11101001 | 110010 | 11001110 | 0 | 1001111 | 1100 | 1001 | 100110101 | 1010001 | 110111 |
Color Harmonies of #E932CE
Complementary color
Monochromatic Colors of #E932CE
Black with #E932CE
Text Example
Text Example
White with #E932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932CE; }
p { color: rgb(233,50,206); }
H1.HeaderClassName
{
color: #E932CE;
}
.AnyTagClassName
{
color: #E932CE;
}
</style>
background-color css
<style>
a { background-color: #E932CE; }
a { background-color: rgb(233,50,206); }
div.DivClassName
{
background-color: #E932CE;
}
.BgClassName
{
background-color: #E932CE;
}
</style>
border-color css
<style>
span { border-color: #E932CE; }
span { border-color: rgb(233,50,206); }
td.TdClassName
{
border-color: #E932CE;
}
.TagClassName
{
border-color: #E932CE;
}
</style>