Shades of Razzle Dazzle Rose #E932CC
Tints of Razzle Dazzle Rose #E932CC
RGB
CMYK
RGB Variations
Color information
#E932CC (or 0xE932CC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 32 and CC. RGB value is (233,50,204). Sum of RGB (Red+Green+Blue) = 233+50+204=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E932CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E932CC is #16CD33. Grayscale: #797979. Windows color (decimal): -1494324 or 13382377. OLE color: 13382377.
HSL color Cylindrical-coordinate representation of color #E932CC: hue angle of 309.51º 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 #E932CC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 204 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.09 |
| HSL | 309.51º | 0.81% | 0.55% | - |
| HSV(B) | 309.51º | 0.79% | 0.91% | - |
| XYZ | 45.64 | 23.96 | 59.35 | - |
| YUV | 122.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 204 | 0 | 0.79 | 0.12 | 0.09 | 309.51 | 0.81 | 0.55 |
| Hex | E9 | 32 | CC | 0 | 4F | C | 9 | 136 | 51 | 37 |
| Octal | 351 | 62 | 314 | 0 | 117 | 14 | 11 | 466 | 121 | 67 |
| Binary | 11101001 | 110010 | 11001100 | 0 | 1001111 | 1100 | 1001 | 100110110 | 1010001 | 110111 |
Color Harmonies of #E932CC
Complementary color
Monochromatic Colors of #E932CC
Black with #E932CC
Text Example
Text Example
White with #E932CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932CC; }
p { color: rgb(233,50,204); }
H1.HeaderClassName
{
color: #E932CC;
}
.AnyTagClassName
{
color: #E932CC;
}
</style>
background-color css
<style>
a { background-color: #E932CC; }
a { background-color: rgb(233,50,204); }
div.DivClassName
{
background-color: #E932CC;
}
.BgClassName
{
background-color: #E932CC;
}
</style>
border-color css
<style>
span { border-color: #E932CC; }
span { border-color: rgb(233,50,204); }
td.TdClassName
{
border-color: #E932CC;
}
.TagClassName
{
border-color: #E932CC;
}
</style>