Shades of Razzle Dazzle Rose #E933C5
Tints of Razzle Dazzle Rose #E933C5
RGB
CMYK
RGB Variations
Color information
#E933C5 (or 0xE933C5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 33 and C5. RGB value is (233,51,197). Sum of RGB (Red+Green+Blue) = 233+51+197=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E933C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E933C5 is #16CC3A. Grayscale: #797979. Windows color (decimal): -1494075 or 12923881. OLE color: 12923881.
HSL color Cylindrical-coordinate representation of color #E933C5: hue angle of 311.87º 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 #E933C5 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 197 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.09 |
| HSL | 311.87º | 0.81% | 0.56% | - |
| HSV(B) | 311.87º | 0.78% | 0.91% | - |
| XYZ | 44.87 | 23.72 | 55.04 | - |
| YUV | 122.06 | 170.3 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 197 | 0 | 0.78 | 0.15 | 0.09 | 311.87 | 0.81 | 0.56 |
| Hex | E9 | 33 | C5 | 0 | 4E | F | 9 | 138 | 51 | 38 |
| Octal | 351 | 63 | 305 | 0 | 116 | 17 | 11 | 470 | 121 | 70 |
| Binary | 11101001 | 110011 | 11000101 | 0 | 1001110 | 1111 | 1001 | 100111000 | 1010001 | 111000 |
Color Harmonies of #E933C5
Complementary color
Monochromatic Colors of #E933C5
Black with #E933C5
Text Example
Text Example
White with #E933C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E933C5; }
p { color: rgb(233,51,197); }
H1.HeaderClassName
{
color: #E933C5;
}
.AnyTagClassName
{
color: #E933C5;
}
</style>
background-color css
<style>
a { background-color: #E933C5; }
a { background-color: rgb(233,51,197); }
div.DivClassName
{
background-color: #E933C5;
}
.BgClassName
{
background-color: #E933C5;
}
</style>
border-color css
<style>
span { border-color: #E933C5; }
span { border-color: rgb(233,51,197); }
td.TdClassName
{
border-color: #E933C5;
}
.TagClassName
{
border-color: #E933C5;
}
</style>