Shades of Razzle Dazzle Rose #E93DCC
Tints of Razzle Dazzle Rose #E93DCC
RGB
CMYK
RGB Variations
Color information
#E93DCC (or 0xE93DCC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3D and CC. RGB value is (233,61,204). Sum of RGB (Red+Green+Blue) = 233+61+204=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93DCC is #16C233. Grayscale: #808080. Windows color (decimal): -1491508 or 13385193. OLE color: 13385193.
HSL color Cylindrical-coordinate representation of color #E93DCC: hue angle of 310.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DCC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 204 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 310.12º | 0.8% | 0.58% | - |
| HSV(B) | 310.12º | 0.74% | 0.91% | - |
| XYZ | 46.17 | 25.02 | 59.52 | - |
| YUV | 128.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 204 | 0 | 0.74 | 0.12 | 0.09 | 310.12 | 0.8 | 0.58 |
| Hex | E9 | 3D | CC | 0 | 4A | C | 9 | 136 | 50 | 3A |
| Octal | 351 | 75 | 314 | 0 | 112 | 14 | 11 | 466 | 120 | 72 |
| Binary | 11101001 | 111101 | 11001100 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1010000 | 111010 |
Color Harmonies of #E93DCC
Complementary color
Monochromatic Colors of #E93DCC
Black with #E93DCC
Text Example
Text Example
White with #E93DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DCC; }
p { color: rgb(233,61,204); }
H1.HeaderClassName
{
color: #E93DCC;
}
.AnyTagClassName
{
color: #E93DCC;
}
</style>
background-color css
<style>
a { background-color: #E93DCC; }
a { background-color: rgb(233,61,204); }
div.DivClassName
{
background-color: #E93DCC;
}
.BgClassName
{
background-color: #E93DCC;
}
</style>
border-color css
<style>
span { border-color: #E93DCC; }
span { border-color: rgb(233,61,204); }
td.TdClassName
{
border-color: #E93DCC;
}
.TagClassName
{
border-color: #E93DCC;
}
</style>