Shades of Persian Pink #E37AB5
Tints of Persian Pink #E37AB5
RGB
CMYK
RGB Variations
Color information
#E37AB5 (or 0xE37AB5) is known color: Persian Pink. HEX triplet: E3, 7A and B5. RGB value is (227,122,181). Sum of RGB (Red+Green+Blue) = 227+122+181=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AB5 is #1C854A. Grayscale: #9F9F9F. Windows color (decimal): -1869131 or 11893475. OLE color: 11893475.
HSL color Cylindrical-coordinate representation of color #E37AB5: hue angle of 326.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37AB5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 181 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.11 |
| HSL | 326.29º | 0.65% | 0.68% | - |
| HSV(B) | 326.29º | 0.46% | 0.89% | - |
| XYZ | 46.98 | 33.59 | 47.72 | - |
| YUV | 160.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 181 | 0 | 0.46 | 0.20 | 0.11 | 326.29 | 0.65 | 0.68 |
| Hex | E3 | 7A | B5 | 0 | 2E | 14 | B | 146 | 41 | 44 |
| Octal | 343 | 172 | 265 | 0 | 56 | 24 | 13 | 506 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10110101 | 0 | 101110 | 10100 | 1011 | 101000110 | 1000001 | 1000100 |
Color Harmonies of #E37AB5
Complementary color
Monochromatic Colors of #E37AB5
Black with #E37AB5
Text Example
Text Example
White with #E37AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AB5; }
p { color: rgb(227,122,181); }
H1.HeaderClassName
{
color: #E37AB5;
}
.AnyTagClassName
{
color: #E37AB5;
}
</style>
background-color css
<style>
a { background-color: #E37AB5; }
a { background-color: rgb(227,122,181); }
div.DivClassName
{
background-color: #E37AB5;
}
.BgClassName
{
background-color: #E37AB5;
}
</style>
border-color css
<style>
span { border-color: #E37AB5; }
span { border-color: rgb(227,122,181); }
td.TdClassName
{
border-color: #E37AB5;
}
.TagClassName
{
border-color: #E37AB5;
}
</style>