Shades of Razzle Dazzle Rose #E93ACD
Tints of Razzle Dazzle Rose #E93ACD
RGB
CMYK
RGB Variations
Color information
#E93ACD (or 0xE93ACD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and CD. RGB value is (233,58,205). Sum of RGB (Red+Green+Blue) = 233+58+205=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ACD is #16C532. Grayscale: #7E7E7E. Windows color (decimal): -1492275 or 13449961. OLE color: 13449961.
HSL color Cylindrical-coordinate representation of color #E93ACD: hue angle of 309.6º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93ACD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 205 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.09 |
| HSL | 309.6º | 0.8% | 0.57% | - |
| HSV(B) | 309.6º | 0.75% | 0.91% | - |
| XYZ | 46.14 | 24.76 | 60.1 | - |
| YUV | 127.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 205 | 0 | 0.75 | 0.12 | 0.09 | 309.6 | 0.8 | 0.57 |
| Hex | E9 | 3A | CD | 0 | 4B | C | 9 | 136 | 50 | 39 |
| Octal | 351 | 72 | 315 | 0 | 113 | 14 | 11 | 466 | 120 | 71 |
| Binary | 11101001 | 111010 | 11001101 | 0 | 1001011 | 1100 | 1001 | 100110110 | 1010000 | 111001 |
Color Harmonies of #E93ACD
Complementary color
Monochromatic Colors of #E93ACD
Black with #E93ACD
Text Example
Text Example
White with #E93ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93ACD; }
p { color: rgb(233,58,205); }
H1.HeaderClassName
{
color: #E93ACD;
}
.AnyTagClassName
{
color: #E93ACD;
}
</style>
background-color css
<style>
a { background-color: #E93ACD; }
a { background-color: rgb(233,58,205); }
div.DivClassName
{
background-color: #E93ACD;
}
.BgClassName
{
background-color: #E93ACD;
}
</style>
border-color css
<style>
span { border-color: #E93ACD; }
span { border-color: rgb(233,58,205); }
td.TdClassName
{
border-color: #E93ACD;
}
.TagClassName
{
border-color: #E93ACD;
}
</style>