Shades of Razzle Dazzle Rose #E93CCC
Tints of Razzle Dazzle Rose #E93CCC
RGB
CMYK
RGB Variations
Color information
#E93CCC (or 0xE93CCC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and CC. RGB value is (233,60,204). Sum of RGB (Red+Green+Blue) = 233+60+204=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CCC is #16C333. Grayscale: #7F7F7F. Windows color (decimal): -1491764 or 13384937. OLE color: 13384937.
HSL color Cylindrical-coordinate representation of color #E93CCC: hue angle of 310.06º 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 #E93CCC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 204 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 310.06º | 0.8% | 0.57% | - |
| HSV(B) | 310.06º | 0.74% | 0.91% | - |
| XYZ | 46.12 | 24.91 | 59.51 | - |
| YUV | 128.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 204 | 0 | 0.74 | 0.12 | 0.09 | 310.06 | 0.8 | 0.57 |
| Hex | E9 | 3C | CC | 0 | 4A | C | 9 | 136 | 50 | 39 |
| Octal | 351 | 74 | 314 | 0 | 112 | 14 | 11 | 466 | 120 | 71 |
| Binary | 11101001 | 111100 | 11001100 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1010000 | 111001 |
Color Harmonies of #E93CCC
Complementary color
Monochromatic Colors of #E93CCC
Black with #E93CCC
Text Example
Text Example
White with #E93CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CCC; }
p { color: rgb(233,60,204); }
H1.HeaderClassName
{
color: #E93CCC;
}
.AnyTagClassName
{
color: #E93CCC;
}
</style>
background-color css
<style>
a { background-color: #E93CCC; }
a { background-color: rgb(233,60,204); }
div.DivClassName
{
background-color: #E93CCC;
}
.BgClassName
{
background-color: #E93CCC;
}
</style>
border-color css
<style>
span { border-color: #E93CCC; }
span { border-color: rgb(233,60,204); }
td.TdClassName
{
border-color: #E93CCC;
}
.TagClassName
{
border-color: #E93CCC;
}
</style>