Shades of Razzle Dazzle Rose #E93CDA
Tints of Razzle Dazzle Rose #E93CDA
RGB
CMYK
RGB Variations
Color information
#E93CDA (or 0xE93CDA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and DA. RGB value is (233,60,218). Sum of RGB (Red+Green+Blue) = 233+60+218=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CDA is #16C325. Grayscale: #818181. Windows color (decimal): -1491750 or 14302441. OLE color: 14302441.
HSL color Cylindrical-coordinate representation of color #E93CDA: hue angle of 305.2º 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 #E93CDA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 218 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.09 |
| HSL | 305.2º | 0.8% | 0.57% | - |
| HSV(B) | 305.2º | 0.74% | 0.91% | - |
| XYZ | 47.88 | 25.62 | 68.75 | - |
| YUV | 129.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 218 | 0 | 0.74 | 0.06 | 0.09 | 305.2 | 0.8 | 0.57 |
| Hex | E9 | 3C | DA | 0 | 4A | 6 | 9 | 131 | 50 | 39 |
| Octal | 351 | 74 | 332 | 0 | 112 | 6 | 11 | 461 | 120 | 71 |
| Binary | 11101001 | 111100 | 11011010 | 0 | 1001010 | 110 | 1001 | 100110001 | 1010000 | 111001 |
Color Harmonies of #E93CDA
Complementary color
Monochromatic Colors of #E93CDA
Black with #E93CDA
Text Example
Text Example
White with #E93CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CDA; }
p { color: rgb(233,60,218); }
H1.HeaderClassName
{
color: #E93CDA;
}
.AnyTagClassName
{
color: #E93CDA;
}
</style>
background-color css
<style>
a { background-color: #E93CDA; }
a { background-color: rgb(233,60,218); }
div.DivClassName
{
background-color: #E93CDA;
}
.BgClassName
{
background-color: #E93CDA;
}
</style>
border-color css
<style>
span { border-color: #E93CDA; }
span { border-color: rgb(233,60,218); }
td.TdClassName
{
border-color: #E93CDA;
}
.TagClassName
{
border-color: #E93CDA;
}
</style>