Shades of Persian Rose #E13AAB
Tints of Persian Rose #E13AAB
RGB
CMYK
RGB Variations
Color information
#E13AAB (or 0xE13AAB) is known color: Persian Rose. HEX triplet: E1, 3A and AB. RGB value is (225,58,171). Sum of RGB (Red+Green+Blue) = 225+58+171=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AAB is #1EC554. Grayscale: #787878. Windows color (decimal): -2016597 or 11221729. OLE color: 11221729.
HSL color Cylindrical-coordinate representation of color #E13AAB: hue angle of 319.4º 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 #E13AAB is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 171 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.12 |
| HSL | 319.4º | 0.74% | 0.55% | - |
| HSV(B) | 319.4º | 0.74% | 0.88% | - |
| XYZ | 39.92 | 21.97 | 40.67 | - |
| YUV | 120.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 171 | 0 | 0.74 | 0.24 | 0.12 | 319.4 | 0.74 | 0.55 |
| Hex | E1 | 3A | AB | 0 | 4A | 18 | C | 13F | 4A | 37 |
| Octal | 341 | 72 | 253 | 0 | 112 | 30 | 14 | 477 | 112 | 67 |
| Binary | 11100001 | 111010 | 10101011 | 0 | 1001010 | 11000 | 1100 | 100111111 | 1001010 | 110111 |
Color Harmonies of #E13AAB
Complementary color
Monochromatic Colors of #E13AAB
Black with #E13AAB
Text Example
Text Example
White with #E13AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13AAB; }
p { color: rgb(225,58,171); }
H1.HeaderClassName
{
color: #E13AAB;
}
.AnyTagClassName
{
color: #E13AAB;
}
</style>
background-color css
<style>
a { background-color: #E13AAB; }
a { background-color: rgb(225,58,171); }
div.DivClassName
{
background-color: #E13AAB;
}
.BgClassName
{
background-color: #E13AAB;
}
</style>
border-color css
<style>
span { border-color: #E13AAB; }
span { border-color: rgb(225,58,171); }
td.TdClassName
{
border-color: #E13AAB;
}
.TagClassName
{
border-color: #E13AAB;
}
</style>