Shades of Razzle Dazzle Rose #E933CC
Tints of Razzle Dazzle Rose #E933CC
RGB
CMYK
RGB Variations
Color information
#E933CC (or 0xE933CC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 33 and CC. RGB value is (233,51,204). Sum of RGB (Red+Green+Blue) = 233+51+204=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E933CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E933CC is #16CC33. Grayscale: #7A7A7A. Windows color (decimal): -1494068 or 13382633. OLE color: 13382633.
HSL color Cylindrical-coordinate representation of color #E933CC: hue angle of 309.56º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E933CC is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 204 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.09 |
| HSL | 309.56º | 0.81% | 0.56% | - |
| HSV(B) | 309.56º | 0.78% | 0.91% | - |
| XYZ | 45.69 | 24.05 | 59.36 | - |
| YUV | 122.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 204 | 0 | 0.78 | 0.12 | 0.09 | 309.56 | 0.81 | 0.56 |
| Hex | E9 | 33 | CC | 0 | 4E | C | 9 | 136 | 51 | 38 |
| Octal | 351 | 63 | 314 | 0 | 116 | 14 | 11 | 466 | 121 | 70 |
| Binary | 11101001 | 110011 | 11001100 | 0 | 1001110 | 1100 | 1001 | 100110110 | 1010001 | 111000 |
Color Harmonies of #E933CC
Complementary color
Monochromatic Colors of #E933CC
Black with #E933CC
Text Example
Text Example
White with #E933CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E933CC; }
p { color: rgb(233,51,204); }
H1.HeaderClassName
{
color: #E933CC;
}
.AnyTagClassName
{
color: #E933CC;
}
</style>
background-color css
<style>
a { background-color: #E933CC; }
a { background-color: rgb(233,51,204); }
div.DivClassName
{
background-color: #E933CC;
}
.BgClassName
{
background-color: #E933CC;
}
</style>
border-color css
<style>
span { border-color: #E933CC; }
span { border-color: rgb(233,51,204); }
td.TdClassName
{
border-color: #E933CC;
}
.TagClassName
{
border-color: #E933CC;
}
</style>