Shades of Persian Rose #E93AAA
Tints of Persian Rose #E93AAA
RGB
CMYK
RGB Variations
Color information
#E93AAA (or 0xE93AAA) is known color: Persian Rose. HEX triplet: E9, 3A and AA. RGB value is (233,58,170). Sum of RGB (Red+Green+Blue) = 233+58+170=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E93AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93AAA is #16C555. Grayscale: #7A7A7A. Windows color (decimal): -1492310 or 11156201. OLE color: 11156201.
HSL color Cylindrical-coordinate representation of color #E93AAA: hue angle of 321.6º 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 #E93AAA is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 170 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.09 |
| HSL | 321.6º | 0.8% | 0.57% | - |
| HSV(B) | 321.6º | 0.75% | 0.91% | - |
| XYZ | 42.37 | 23.25 | 40.29 | - |
| YUV | 123.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 170 | 0 | 0.75 | 0.27 | 0.09 | 321.6 | 0.8 | 0.57 |
| Hex | E9 | 3A | AA | 0 | 4B | 1B | 9 | 142 | 50 | 39 |
| Octal | 351 | 72 | 252 | 0 | 113 | 33 | 11 | 502 | 120 | 71 |
| Binary | 11101001 | 111010 | 10101010 | 0 | 1001011 | 11011 | 1001 | 101000010 | 1010000 | 111001 |
Color Harmonies of #E93AAA
Complementary color
Monochromatic Colors of #E93AAA
Black with #E93AAA
Text Example
Text Example
White with #E93AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93AAA; }
p { color: rgb(233,58,170); }
H1.HeaderClassName
{
color: #E93AAA;
}
.AnyTagClassName
{
color: #E93AAA;
}
</style>
background-color css
<style>
a { background-color: #E93AAA; }
a { background-color: rgb(233,58,170); }
div.DivClassName
{
background-color: #E93AAA;
}
.BgClassName
{
background-color: #E93AAA;
}
</style>
border-color css
<style>
span { border-color: #E93AAA; }
span { border-color: rgb(233,58,170); }
td.TdClassName
{
border-color: #E93AAA;
}
.TagClassName
{
border-color: #E93AAA;
}
</style>