Shades of Persian Rose #E13EA8
Tints of Persian Rose #E13EA8
RGB
CMYK
RGB Variations
Color information
#E13EA8 (or 0xE13EA8) is known color: Persian Rose. HEX triplet: E1, 3E and A8. RGB value is (225,62,168). Sum of RGB (Red+Green+Blue) = 225+62+168=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13EA8 is #1EC157. Grayscale: #7A7A7A. Windows color (decimal): -2015576 or 11026145. OLE color: 11026145.
HSL color Cylindrical-coordinate representation of color #E13EA8: hue angle of 320.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13EA8 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 168 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.12 |
| HSL | 320.98º | 0.73% | 0.56% | - |
| HSV(B) | 320.98º | 0.72% | 0.88% | - |
| XYZ | 39.84 | 22.28 | 39.25 | - |
| YUV | 122.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 168 | 0 | 0.72 | 0.25 | 0.12 | 320.98 | 0.73 | 0.56 |
| Hex | E1 | 3E | A8 | 0 | 48 | 19 | C | 141 | 49 | 38 |
| Octal | 341 | 76 | 250 | 0 | 110 | 31 | 14 | 501 | 111 | 70 |
| Binary | 11100001 | 111110 | 10101000 | 0 | 1001000 | 11001 | 1100 | 101000001 | 1001001 | 111000 |
Color Harmonies of #E13EA8
Complementary color
Monochromatic Colors of #E13EA8
Black with #E13EA8
Text Example
Text Example
White with #E13EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13EA8; }
p { color: rgb(225,62,168); }
H1.HeaderClassName
{
color: #E13EA8;
}
.AnyTagClassName
{
color: #E13EA8;
}
</style>
background-color css
<style>
a { background-color: #E13EA8; }
a { background-color: rgb(225,62,168); }
div.DivClassName
{
background-color: #E13EA8;
}
.BgClassName
{
background-color: #E13EA8;
}
</style>
border-color css
<style>
span { border-color: #E13EA8; }
span { border-color: rgb(225,62,168); }
td.TdClassName
{
border-color: #E13EA8;
}
.TagClassName
{
border-color: #E13EA8;
}
</style>