Shades of Razzle Dazzle Rose #E93BDC
Tints of Razzle Dazzle Rose #E93BDC
RGB
CMYK
RGB Variations
Color information
#E93BDC (or 0xE93BDC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3B and DC. RGB value is (233,59,220). Sum of RGB (Red+Green+Blue) = 233+59+220=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BDC is #16C423. Grayscale: #808080. Windows color (decimal): -1492004 or 14433257. OLE color: 14433257.
HSL color Cylindrical-coordinate representation of color #E93BDC: hue angle of 304.48º 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 #E93BDC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 220 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.09 |
| HSL | 304.48º | 0.8% | 0.57% | - |
| HSV(B) | 304.48º | 0.75% | 0.91% | - |
| XYZ | 48.09 | 25.62 | 70.12 | - |
| YUV | 129.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 220 | 0 | 0.75 | 0.06 | 0.09 | 304.48 | 0.8 | 0.57 |
| Hex | E9 | 3B | DC | 0 | 4B | 6 | 9 | 130 | 50 | 39 |
| Octal | 351 | 73 | 334 | 0 | 113 | 6 | 11 | 460 | 120 | 71 |
| Binary | 11101001 | 111011 | 11011100 | 0 | 1001011 | 110 | 1001 | 100110000 | 1010000 | 111001 |
Color Harmonies of #E93BDC
Complementary color
Monochromatic Colors of #E93BDC
Black with #E93BDC
Text Example
Text Example
White with #E93BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BDC; }
p { color: rgb(233,59,220); }
H1.HeaderClassName
{
color: #E93BDC;
}
.AnyTagClassName
{
color: #E93BDC;
}
</style>
background-color css
<style>
a { background-color: #E93BDC; }
a { background-color: rgb(233,59,220); }
div.DivClassName
{
background-color: #E93BDC;
}
.BgClassName
{
background-color: #E93BDC;
}
</style>
border-color css
<style>
span { border-color: #E93BDC; }
span { border-color: rgb(233,59,220); }
td.TdClassName
{
border-color: #E93BDC;
}
.TagClassName
{
border-color: #E93BDC;
}
</style>