Shades of Persian Pink #E37AB7
Tints of Persian Pink #E37AB7
RGB
CMYK
RGB Variations
Color information
#E37AB7 (or 0xE37AB7) is known color: Persian Pink. HEX triplet: E3, 7A and B7. RGB value is (227,122,183). Sum of RGB (Red+Green+Blue) = 227+122+183=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AB7 is #1C8548. Grayscale: #A0A0A0. Windows color (decimal): -1869129 or 12024547. OLE color: 12024547.
HSL color Cylindrical-coordinate representation of color #E37AB7: hue angle of 325.14º 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 #E37AB7 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 183 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.11 |
| HSL | 325.14º | 0.65% | 0.68% | - |
| HSV(B) | 325.14º | 0.46% | 0.89% | - |
| XYZ | 47.19 | 33.67 | 48.81 | - |
| YUV | 160.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 183 | 0 | 0.46 | 0.19 | 0.11 | 325.14 | 0.65 | 0.68 |
| Hex | E3 | 7A | B7 | 0 | 2E | 13 | B | 145 | 41 | 44 |
| Octal | 343 | 172 | 267 | 0 | 56 | 23 | 13 | 505 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10110111 | 0 | 101110 | 10011 | 1011 | 101000101 | 1000001 | 1000100 |
Color Harmonies of #E37AB7
Complementary color
Monochromatic Colors of #E37AB7
Black with #E37AB7
Text Example
Text Example
White with #E37AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AB7; }
p { color: rgb(227,122,183); }
H1.HeaderClassName
{
color: #E37AB7;
}
.AnyTagClassName
{
color: #E37AB7;
}
</style>
background-color css
<style>
a { background-color: #E37AB7; }
a { background-color: rgb(227,122,183); }
div.DivClassName
{
background-color: #E37AB7;
}
.BgClassName
{
background-color: #E37AB7;
}
</style>
border-color css
<style>
span { border-color: #E37AB7; }
span { border-color: rgb(227,122,183); }
td.TdClassName
{
border-color: #E37AB7;
}
.TagClassName
{
border-color: #E37AB7;
}
</style>