Shades of Razzle Dazzle Rose #E93CCD
Tints of Razzle Dazzle Rose #E93CCD
RGB
CMYK
RGB Variations
Color information
#E93CCD (or 0xE93CCD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and CD. RGB value is (233,60,205). Sum of RGB (Red+Green+Blue) = 233+60+205=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CCD is #16C332. Grayscale: #7F7F7F. Windows color (decimal): -1491763 or 13450473. OLE color: 13450473.
HSL color Cylindrical-coordinate representation of color #E93CCD: hue angle of 309.71º 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 #E93CCD is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 205 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 309.71º | 0.8% | 0.57% | - |
| HSV(B) | 309.71º | 0.74% | 0.91% | - |
| XYZ | 46.24 | 24.96 | 60.14 | - |
| YUV | 128.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 205 | 0 | 0.74 | 0.12 | 0.09 | 309.71 | 0.8 | 0.57 |
| Hex | E9 | 3C | CD | 0 | 4A | C | 9 | 136 | 50 | 39 |
| Octal | 351 | 74 | 315 | 0 | 112 | 14 | 11 | 466 | 120 | 71 |
| Binary | 11101001 | 111100 | 11001101 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1010000 | 111001 |
Color Harmonies of #E93CCD
Complementary color
Monochromatic Colors of #E93CCD
Black with #E93CCD
Text Example
Text Example
White with #E93CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CCD; }
p { color: rgb(233,60,205); }
H1.HeaderClassName
{
color: #E93CCD;
}
.AnyTagClassName
{
color: #E93CCD;
}
</style>
background-color css
<style>
a { background-color: #E93CCD; }
a { background-color: rgb(233,60,205); }
div.DivClassName
{
background-color: #E93CCD;
}
.BgClassName
{
background-color: #E93CCD;
}
</style>
border-color css
<style>
span { border-color: #E93CCD; }
span { border-color: rgb(233,60,205); }
td.TdClassName
{
border-color: #E93CCD;
}
.TagClassName
{
border-color: #E93CCD;
}
</style>