Shades of Razzle Dazzle Rose #E93DCD
Tints of Razzle Dazzle Rose #E93DCD
RGB
CMYK
RGB Variations
Color information
#E93DCD (or 0xE93DCD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3D and CD. RGB value is (233,61,205). Sum of RGB (Red+Green+Blue) = 233+61+205=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93DCD is #16C232. Grayscale: #808080. Windows color (decimal): -1491507 or 13450729. OLE color: 13450729.
HSL color Cylindrical-coordinate representation of color #E93DCD: hue angle of 309.77º 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 #E93DCD is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 205 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 309.77º | 0.8% | 0.58% | - |
| HSV(B) | 309.77º | 0.74% | 0.91% | - |
| XYZ | 46.29 | 25.07 | 60.16 | - |
| YUV | 128.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 205 | 0 | 0.74 | 0.12 | 0.09 | 309.77 | 0.8 | 0.58 |
| Hex | E9 | 3D | CD | 0 | 4A | C | 9 | 136 | 50 | 3A |
| Octal | 351 | 75 | 315 | 0 | 112 | 14 | 11 | 466 | 120 | 72 |
| Binary | 11101001 | 111101 | 11001101 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1010000 | 111010 |
Color Harmonies of #E93DCD
Complementary color
Monochromatic Colors of #E93DCD
Black with #E93DCD
Text Example
Text Example
White with #E93DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DCD; }
p { color: rgb(233,61,205); }
H1.HeaderClassName
{
color: #E93DCD;
}
.AnyTagClassName
{
color: #E93DCD;
}
</style>
background-color css
<style>
a { background-color: #E93DCD; }
a { background-color: rgb(233,61,205); }
div.DivClassName
{
background-color: #E93DCD;
}
.BgClassName
{
background-color: #E93DCD;
}
</style>
border-color css
<style>
span { border-color: #E93DCD; }
span { border-color: rgb(233,61,205); }
td.TdClassName
{
border-color: #E93DCD;
}
.TagClassName
{
border-color: #E93DCD;
}
</style>