Shades of Razzle Dazzle Rose #E93ABC
Tints of Razzle Dazzle Rose #E93ABC
RGB
CMYK
RGB Variations
Color information
#E93ABC (or 0xE93ABC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and BC. RGB value is (233,58,188). Sum of RGB (Red+Green+Blue) = 233+58+188=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ABC is #16C543. Grayscale: #7C7C7C. Windows color (decimal): -1492292 or 12335849. OLE color: 12335849.
HSL color Cylindrical-coordinate representation of color #E93ABC: hue angle of 315.43º 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 #E93ABC is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 188 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.09 |
| HSL | 315.43º | 0.8% | 0.57% | - |
| HSV(B) | 315.43º | 0.75% | 0.91% | - |
| XYZ | 44.19 | 23.98 | 49.88 | - |
| YUV | 125.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 188 | 0 | 0.75 | 0.19 | 0.09 | 315.43 | 0.8 | 0.57 |
| Hex | E9 | 3A | BC | 0 | 4B | 13 | 9 | 13B | 50 | 39 |
| Octal | 351 | 72 | 274 | 0 | 113 | 23 | 11 | 473 | 120 | 71 |
| Binary | 11101001 | 111010 | 10111100 | 0 | 1001011 | 10011 | 1001 | 100111011 | 1010000 | 111001 |
Color Harmonies of #E93ABC
Complementary color
Monochromatic Colors of #E93ABC
Black with #E93ABC
Text Example
Text Example
White with #E93ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93ABC; }
p { color: rgb(233,58,188); }
H1.HeaderClassName
{
color: #E93ABC;
}
.AnyTagClassName
{
color: #E93ABC;
}
</style>
background-color css
<style>
a { background-color: #E93ABC; }
a { background-color: rgb(233,58,188); }
div.DivClassName
{
background-color: #E93ABC;
}
.BgClassName
{
background-color: #E93ABC;
}
</style>
border-color css
<style>
span { border-color: #E93ABC; }
span { border-color: rgb(233,58,188); }
td.TdClassName
{
border-color: #E93ABC;
}
.TagClassName
{
border-color: #E93ABC;
}
</style>