Shades of Persian Rose #E13AB0
Tints of Persian Rose #E13AB0
RGB
CMYK
RGB Variations
Color information
#E13AB0 (or 0xE13AB0) is known color: Persian Rose. HEX triplet: E1, 3A and B0. RGB value is (225,58,176). Sum of RGB (Red+Green+Blue) = 225+58+176=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AB0 is #1EC54F. Grayscale: #797979. Windows color (decimal): -2016592 or 11549409. OLE color: 11549409.
HSL color Cylindrical-coordinate representation of color #E13AB0: hue angle of 317.6º 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 #E13AB0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 176 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.12 |
| HSL | 317.6º | 0.74% | 0.55% | - |
| HSV(B) | 317.6º | 0.74% | 0.88% | - |
| XYZ | 40.4 | 22.17 | 43.22 | - |
| YUV | 121.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 176 | 0 | 0.74 | 0.22 | 0.12 | 317.6 | 0.74 | 0.55 |
| Hex | E1 | 3A | B0 | 0 | 4A | 16 | C | 13E | 4A | 37 |
| Octal | 341 | 72 | 260 | 0 | 112 | 26 | 14 | 476 | 112 | 67 |
| Binary | 11100001 | 111010 | 10110000 | 0 | 1001010 | 10110 | 1100 | 100111110 | 1001010 | 110111 |
Color Harmonies of #E13AB0
Complementary color
Monochromatic Colors of #E13AB0
Black with #E13AB0
Text Example
Text Example
White with #E13AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13AB0; }
p { color: rgb(225,58,176); }
H1.HeaderClassName
{
color: #E13AB0;
}
.AnyTagClassName
{
color: #E13AB0;
}
</style>
background-color css
<style>
a { background-color: #E13AB0; }
a { background-color: rgb(225,58,176); }
div.DivClassName
{
background-color: #E13AB0;
}
.BgClassName
{
background-color: #E13AB0;
}
</style>
border-color css
<style>
span { border-color: #E13AB0; }
span { border-color: rgb(225,58,176); }
td.TdClassName
{
border-color: #E13AB0;
}
.TagClassName
{
border-color: #E13AB0;
}
</style>