Shades of Razzle Dazzle Rose #E93CB5
Tints of Razzle Dazzle Rose #E93CB5
RGB
CMYK
RGB Variations
Color information
#E93CB5 (or 0xE93CB5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and B5. RGB value is (233,60,181). Sum of RGB (Red+Green+Blue) = 233+60+181=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CB5 is #16C34A. Grayscale: #7D7D7D. Windows color (decimal): -1491787 or 11877609. OLE color: 11877609.
HSL color Cylindrical-coordinate representation of color #E93CB5: hue angle of 318.03º 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 #E93CB5 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 181 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.09 |
| HSL | 318.03º | 0.8% | 0.57% | - |
| HSV(B) | 318.03º | 0.74% | 0.91% | - |
| XYZ | 43.56 | 23.89 | 46.03 | - |
| YUV | 125.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 181 | 0 | 0.74 | 0.22 | 0.09 | 318.03 | 0.8 | 0.57 |
| Hex | E9 | 3C | B5 | 0 | 4A | 16 | 9 | 13E | 50 | 39 |
| Octal | 351 | 74 | 265 | 0 | 112 | 26 | 11 | 476 | 120 | 71 |
| Binary | 11101001 | 111100 | 10110101 | 0 | 1001010 | 10110 | 1001 | 100111110 | 1010000 | 111001 |
Color Harmonies of #E93CB5
Complementary color
Monochromatic Colors of #E93CB5
Black with #E93CB5
Text Example
Text Example
White with #E93CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CB5; }
p { color: rgb(233,60,181); }
H1.HeaderClassName
{
color: #E93CB5;
}
.AnyTagClassName
{
color: #E93CB5;
}
</style>
background-color css
<style>
a { background-color: #E93CB5; }
a { background-color: rgb(233,60,181); }
div.DivClassName
{
background-color: #E93CB5;
}
.BgClassName
{
background-color: #E93CB5;
}
</style>
border-color css
<style>
span { border-color: #E93CB5; }
span { border-color: rgb(233,60,181); }
td.TdClassName
{
border-color: #E93CB5;
}
.TagClassName
{
border-color: #E93CB5;
}
</style>