Shades of Razzle Dazzle Rose #E93BBC
Tints of Razzle Dazzle Rose #E93BBC
RGB
CMYK
RGB Variations
Color information
#E93BBC (or 0xE93BBC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3B and BC. RGB value is (233,59,188). Sum of RGB (Red+Green+Blue) = 233+59+188=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BBC is #16C443. Grayscale: #7D7D7D. Windows color (decimal): -1492036 or 12336105. OLE color: 12336105.
HSL color Cylindrical-coordinate representation of color #E93BBC: hue angle of 315.52º 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 #E93BBC is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 188 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.09 |
| HSL | 315.52º | 0.8% | 0.57% | - |
| HSV(B) | 315.52º | 0.75% | 0.91% | - |
| XYZ | 44.25 | 24.08 | 49.89 | - |
| YUV | 125.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 188 | 0 | 0.75 | 0.19 | 0.09 | 315.52 | 0.8 | 0.57 |
| Hex | E9 | 3B | BC | 0 | 4B | 13 | 9 | 13C | 50 | 39 |
| Octal | 351 | 73 | 274 | 0 | 113 | 23 | 11 | 474 | 120 | 71 |
| Binary | 11101001 | 111011 | 10111100 | 0 | 1001011 | 10011 | 1001 | 100111100 | 1010000 | 111001 |
Color Harmonies of #E93BBC
Complementary color
Monochromatic Colors of #E93BBC
Black with #E93BBC
Text Example
Text Example
White with #E93BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BBC; }
p { color: rgb(233,59,188); }
H1.HeaderClassName
{
color: #E93BBC;
}
.AnyTagClassName
{
color: #E93BBC;
}
</style>
background-color css
<style>
a { background-color: #E93BBC; }
a { background-color: rgb(233,59,188); }
div.DivClassName
{
background-color: #E93BBC;
}
.BgClassName
{
background-color: #E93BBC;
}
</style>
border-color css
<style>
span { border-color: #E93BBC; }
span { border-color: rgb(233,59,188); }
td.TdClassName
{
border-color: #E93BBC;
}
.TagClassName
{
border-color: #E93BBC;
}
</style>