Shades of Persian Rose #E93CAA
Tints of Persian Rose #E93CAA
RGB
CMYK
RGB Variations
Color information
#E93CAA (or 0xE93CAA) is known color: Persian Rose. HEX triplet: E9, 3C and AA. RGB value is (233,60,170). Sum of RGB (Red+Green+Blue) = 233+60+170=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93CAA is #16C355. Grayscale: #7B7B7B. Windows color (decimal): -1491798 or 11156713. OLE color: 11156713.
HSL color Cylindrical-coordinate representation of color #E93CAA: hue angle of 321.85º 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 #E93CAA is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 170 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.09 |
| HSL | 321.85º | 0.8% | 0.57% | - |
| HSV(B) | 321.85º | 0.74% | 0.91% | - |
| XYZ | 42.48 | 23.46 | 40.32 | - |
| YUV | 124.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 170 | 0 | 0.74 | 0.27 | 0.09 | 321.85 | 0.8 | 0.57 |
| Hex | E9 | 3C | AA | 0 | 4A | 1B | 9 | 142 | 50 | 39 |
| Octal | 351 | 74 | 252 | 0 | 112 | 33 | 11 | 502 | 120 | 71 |
| Binary | 11101001 | 111100 | 10101010 | 0 | 1001010 | 11011 | 1001 | 101000010 | 1010000 | 111001 |
Color Harmonies of #E93CAA
Complementary color
Monochromatic Colors of #E93CAA
Black with #E93CAA
Text Example
Text Example
White with #E93CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CAA; }
p { color: rgb(233,60,170); }
H1.HeaderClassName
{
color: #E93CAA;
}
.AnyTagClassName
{
color: #E93CAA;
}
</style>
background-color css
<style>
a { background-color: #E93CAA; }
a { background-color: rgb(233,60,170); }
div.DivClassName
{
background-color: #E93CAA;
}
.BgClassName
{
background-color: #E93CAA;
}
</style>
border-color css
<style>
span { border-color: #E93CAA; }
span { border-color: rgb(233,60,170); }
td.TdClassName
{
border-color: #E93CAA;
}
.TagClassName
{
border-color: #E93CAA;
}
</style>