Shades of Razzle Dazzle Rose #E93CBA
Tints of Razzle Dazzle Rose #E93CBA
RGB
CMYK
RGB Variations
Color information
#E93CBA (or 0xE93CBA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and BA. RGB value is (233,60,186). Sum of RGB (Red+Green+Blue) = 233+60+186=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CBA is #16C345. Grayscale: #7D7D7D. Windows color (decimal): -1491782 or 12205289. OLE color: 12205289.
HSL color Cylindrical-coordinate representation of color #E93CBA: hue angle of 316.3º 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 #E93CBA is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 186 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.09 |
| HSL | 316.3º | 0.8% | 0.57% | - |
| HSV(B) | 316.3º | 0.74% | 0.91% | - |
| XYZ | 44.08 | 24.1 | 48.78 | - |
| YUV | 126.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 186 | 0 | 0.74 | 0.20 | 0.09 | 316.3 | 0.8 | 0.57 |
| Hex | E9 | 3C | BA | 0 | 4A | 14 | 9 | 13C | 50 | 39 |
| Octal | 351 | 74 | 272 | 0 | 112 | 24 | 11 | 474 | 120 | 71 |
| Binary | 11101001 | 111100 | 10111010 | 0 | 1001010 | 10100 | 1001 | 100111100 | 1010000 | 111001 |
Color Harmonies of #E93CBA
Complementary color
Monochromatic Colors of #E93CBA
Black with #E93CBA
Text Example
Text Example
White with #E93CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CBA; }
p { color: rgb(233,60,186); }
H1.HeaderClassName
{
color: #E93CBA;
}
.AnyTagClassName
{
color: #E93CBA;
}
</style>
background-color css
<style>
a { background-color: #E93CBA; }
a { background-color: rgb(233,60,186); }
div.DivClassName
{
background-color: #E93CBA;
}
.BgClassName
{
background-color: #E93CBA;
}
</style>
border-color css
<style>
span { border-color: #E93CBA; }
span { border-color: rgb(233,60,186); }
td.TdClassName
{
border-color: #E93CBA;
}
.TagClassName
{
border-color: #E93CBA;
}
</style>