Shades of Persian Rose #E13AAA
Tints of Persian Rose #E13AAA
RGB
CMYK
RGB Variations
Color information
#E13AAA (or 0xE13AAA) is known color: Persian Rose. HEX triplet: E1, 3A and AA. RGB value is (225,58,170). Sum of RGB (Red+Green+Blue) = 225+58+170=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AAA is #1EC555. Grayscale: #787878. Windows color (decimal): -2016598 or 11156193. OLE color: 11156193.
HSL color Cylindrical-coordinate representation of color #E13AAA: hue angle of 319.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13AAA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 170 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.12 |
| HSL | 319.76º | 0.74% | 0.55% | - |
| HSV(B) | 319.76º | 0.74% | 0.88% | - |
| XYZ | 39.82 | 21.94 | 40.17 | - |
| YUV | 120.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 170 | 0 | 0.74 | 0.24 | 0.12 | 319.76 | 0.74 | 0.55 |
| Hex | E1 | 3A | AA | 0 | 4A | 18 | C | 140 | 4A | 37 |
| Octal | 341 | 72 | 252 | 0 | 112 | 30 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 111010 | 10101010 | 0 | 1001010 | 11000 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E13AAA
Complementary color
Monochromatic Colors of #E13AAA
Black with #E13AAA
Text Example
Text Example
White with #E13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13AAA; }
p { color: rgb(225,58,170); }
H1.HeaderClassName
{
color: #E13AAA;
}
.AnyTagClassName
{
color: #E13AAA;
}
</style>
background-color css
<style>
a { background-color: #E13AAA; }
a { background-color: rgb(225,58,170); }
div.DivClassName
{
background-color: #E13AAA;
}
.BgClassName
{
background-color: #E13AAA;
}
</style>
border-color css
<style>
span { border-color: #E13AAA; }
span { border-color: rgb(225,58,170); }
td.TdClassName
{
border-color: #E13AAA;
}
.TagClassName
{
border-color: #E13AAA;
}
</style>