Shades of Razzle Dazzle Rose #E933CE
Tints of Razzle Dazzle Rose #E933CE
RGB
CMYK
RGB Variations
Color information
#E933CE (or 0xE933CE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 33 and CE. RGB value is (233,51,206). Sum of RGB (Red+Green+Blue) = 233+51+206=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E933CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E933CE is #16CC31. Grayscale: #7A7A7A. Windows color (decimal): -1494066 or 13513705. OLE color: 13513705.
HSL color Cylindrical-coordinate representation of color #E933CE: hue angle of 308.9º 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 #E933CE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 206 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.09 |
| HSL | 308.9º | 0.81% | 0.56% | - |
| HSV(B) | 308.9º | 0.78% | 0.91% | - |
| XYZ | 45.93 | 24.15 | 60.63 | - |
| YUV | 123.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 206 | 0 | 0.78 | 0.12 | 0.09 | 308.9 | 0.81 | 0.56 |
| Hex | E9 | 33 | CE | 0 | 4E | C | 9 | 135 | 51 | 38 |
| Octal | 351 | 63 | 316 | 0 | 116 | 14 | 11 | 465 | 121 | 70 |
| Binary | 11101001 | 110011 | 11001110 | 0 | 1001110 | 1100 | 1001 | 100110101 | 1010001 | 111000 |
Color Harmonies of #E933CE
Complementary color
Monochromatic Colors of #E933CE
Black with #E933CE
Text Example
Text Example
White with #E933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E933CE; }
p { color: rgb(233,51,206); }
H1.HeaderClassName
{
color: #E933CE;
}
.AnyTagClassName
{
color: #E933CE;
}
</style>
background-color css
<style>
a { background-color: #E933CE; }
a { background-color: rgb(233,51,206); }
div.DivClassName
{
background-color: #E933CE;
}
.BgClassName
{
background-color: #E933CE;
}
</style>
border-color css
<style>
span { border-color: #E933CE; }
span { border-color: rgb(233,51,206); }
td.TdClassName
{
border-color: #E933CE;
}
.TagClassName
{
border-color: #E933CE;
}
</style>