Shades of Razzle Dazzle Rose #E93AC5
Tints of Razzle Dazzle Rose #E93AC5
RGB
CMYK
RGB Variations
Color information
#E93AC5 (or 0xE93AC5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and C5. RGB value is (233,58,197). Sum of RGB (Red+Green+Blue) = 233+58+197=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E93AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93AC5 is #16C53A. Grayscale: #7D7D7D. Windows color (decimal): -1492283 or 12925673. OLE color: 12925673.
HSL color Cylindrical-coordinate representation of color #E93AC5: hue angle of 312.34º 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 #E93AC5 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 197 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.09 |
| HSL | 312.34º | 0.8% | 0.57% | - |
| HSV(B) | 312.34º | 0.75% | 0.91% | - |
| XYZ | 45.2 | 24.38 | 55.15 | - |
| YUV | 126.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 197 | 0 | 0.75 | 0.15 | 0.09 | 312.34 | 0.8 | 0.57 |
| Hex | E9 | 3A | C5 | 0 | 4B | F | 9 | 138 | 50 | 39 |
| Octal | 351 | 72 | 305 | 0 | 113 | 17 | 11 | 470 | 120 | 71 |
| Binary | 11101001 | 111010 | 11000101 | 0 | 1001011 | 1111 | 1001 | 100111000 | 1010000 | 111001 |
Color Harmonies of #E93AC5
Complementary color
Monochromatic Colors of #E93AC5
Black with #E93AC5
Text Example
Text Example
White with #E93AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93AC5; }
p { color: rgb(233,58,197); }
H1.HeaderClassName
{
color: #E93AC5;
}
.AnyTagClassName
{
color: #E93AC5;
}
</style>
background-color css
<style>
a { background-color: #E93AC5; }
a { background-color: rgb(233,58,197); }
div.DivClassName
{
background-color: #E93AC5;
}
.BgClassName
{
background-color: #E93AC5;
}
</style>
border-color css
<style>
span { border-color: #E93AC5; }
span { border-color: rgb(233,58,197); }
td.TdClassName
{
border-color: #E93AC5;
}
.TagClassName
{
border-color: #E93AC5;
}
</style>