Shades of Razzle Dazzle Rose #E93ABE
Tints of Razzle Dazzle Rose #E93ABE
RGB
CMYK
RGB Variations
Color information
#E93ABE (or 0xE93ABE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and BE. RGB value is (233,58,190). Sum of RGB (Red+Green+Blue) = 233+58+190=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ABE is #16C541. Grayscale: #7D7D7D. Windows color (decimal): -1492290 or 12466921. OLE color: 12466921.
HSL color Cylindrical-coordinate representation of color #E93ABE: hue angle of 314.74º 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 #E93ABE is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 190 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.09 |
| HSL | 314.74º | 0.8% | 0.57% | - |
| HSV(B) | 314.74º | 0.75% | 0.91% | - |
| XYZ | 44.41 | 24.07 | 51.02 | - |
| YUV | 125.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 190 | 0 | 0.75 | 0.18 | 0.09 | 314.74 | 0.8 | 0.57 |
| Hex | E9 | 3A | BE | 0 | 4B | 12 | 9 | 13B | 50 | 39 |
| Octal | 351 | 72 | 276 | 0 | 113 | 22 | 11 | 473 | 120 | 71 |
| Binary | 11101001 | 111010 | 10111110 | 0 | 1001011 | 10010 | 1001 | 100111011 | 1010000 | 111001 |
Color Harmonies of #E93ABE
Complementary color
Monochromatic Colors of #E93ABE
Black with #E93ABE
Text Example
Text Example
White with #E93ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93ABE; }
p { color: rgb(233,58,190); }
H1.HeaderClassName
{
color: #E93ABE;
}
.AnyTagClassName
{
color: #E93ABE;
}
</style>
background-color css
<style>
a { background-color: #E93ABE; }
a { background-color: rgb(233,58,190); }
div.DivClassName
{
background-color: #E93ABE;
}
.BgClassName
{
background-color: #E93ABE;
}
</style>
border-color css
<style>
span { border-color: #E93ABE; }
span { border-color: rgb(233,58,190); }
td.TdClassName
{
border-color: #E93ABE;
}
.TagClassName
{
border-color: #E93ABE;
}
</style>