Shades of Razzle Dazzle Rose #E93CC9
Tints of Razzle Dazzle Rose #E93CC9
RGB
CMYK
RGB Variations
Color information
#E93CC9 (or 0xE93CC9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and C9. RGB value is (233,60,201). Sum of RGB (Red+Green+Blue) = 233+60+201=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CC9 is #16C336. Grayscale: #7F7F7F. Windows color (decimal): -1491767 or 13188329. OLE color: 13188329.
HSL color Cylindrical-coordinate representation of color #E93CC9: hue angle of 311.1º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93CC9 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 201 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.09 |
| HSL | 311.1º | 0.8% | 0.57% | - |
| HSV(B) | 311.1º | 0.74% | 0.91% | - |
| XYZ | 45.76 | 24.77 | 57.63 | - |
| YUV | 127.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 201 | 0 | 0.74 | 0.14 | 0.09 | 311.1 | 0.8 | 0.57 |
| Hex | E9 | 3C | C9 | 0 | 4A | E | 9 | 137 | 50 | 39 |
| Octal | 351 | 74 | 311 | 0 | 112 | 16 | 11 | 467 | 120 | 71 |
| Binary | 11101001 | 111100 | 11001001 | 0 | 1001010 | 1110 | 1001 | 100110111 | 1010000 | 111001 |
Color Harmonies of #E93CC9
Complementary color
Monochromatic Colors of #E93CC9
Black with #E93CC9
Text Example
Text Example
White with #E93CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CC9; }
p { color: rgb(233,60,201); }
H1.HeaderClassName
{
color: #E93CC9;
}
.AnyTagClassName
{
color: #E93CC9;
}
</style>
background-color css
<style>
a { background-color: #E93CC9; }
a { background-color: rgb(233,60,201); }
div.DivClassName
{
background-color: #E93CC9;
}
.BgClassName
{
background-color: #E93CC9;
}
</style>
border-color css
<style>
span { border-color: #E93CC9; }
span { border-color: rgb(233,60,201); }
td.TdClassName
{
border-color: #E93CC9;
}
.TagClassName
{
border-color: #E93CC9;
}
</style>