Shades of Razzle Dazzle Rose #E93CBC
Tints of Razzle Dazzle Rose #E93CBC
RGB
CMYK
RGB Variations
Color information
#E93CBC (or 0xE93CBC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and BC. RGB value is (233,60,188). Sum of RGB (Red+Green+Blue) = 233+60+188=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CBC is #16C343. Grayscale: #7D7D7D. Windows color (decimal): -1491780 or 12336361. OLE color: 12336361.
HSL color Cylindrical-coordinate representation of color #E93CBC: hue angle of 315.61º 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 #E93CBC is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 188 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.09 |
| HSL | 315.61º | 0.8% | 0.57% | - |
| HSV(B) | 315.61º | 0.74% | 0.91% | - |
| XYZ | 44.3 | 24.19 | 49.91 | - |
| YUV | 126.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 188 | 0 | 0.74 | 0.19 | 0.09 | 315.61 | 0.8 | 0.57 |
| Hex | E9 | 3C | BC | 0 | 4A | 13 | 9 | 13C | 50 | 39 |
| Octal | 351 | 74 | 274 | 0 | 112 | 23 | 11 | 474 | 120 | 71 |
| Binary | 11101001 | 111100 | 10111100 | 0 | 1001010 | 10011 | 1001 | 100111100 | 1010000 | 111001 |
Color Harmonies of #E93CBC
Complementary color
Monochromatic Colors of #E93CBC
Black with #E93CBC
Text Example
Text Example
White with #E93CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CBC; }
p { color: rgb(233,60,188); }
H1.HeaderClassName
{
color: #E93CBC;
}
.AnyTagClassName
{
color: #E93CBC;
}
</style>
background-color css
<style>
a { background-color: #E93CBC; }
a { background-color: rgb(233,60,188); }
div.DivClassName
{
background-color: #E93CBC;
}
.BgClassName
{
background-color: #E93CBC;
}
</style>
border-color css
<style>
span { border-color: #E93CBC; }
span { border-color: rgb(233,60,188); }
td.TdClassName
{
border-color: #E93CBC;
}
.TagClassName
{
border-color: #E93CBC;
}
</style>