Shades of Persian Pink #E37AC2
Tints of Persian Pink #E37AC2
RGB
CMYK
RGB Variations
Color information
#E37AC2 (or 0xE37AC2) is known color: Persian Pink. HEX triplet: E3, 7A and C2. RGB value is (227,122,194). Sum of RGB (Red+Green+Blue) = 227+122+194=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AC2 is #1C853D. Grayscale: #A1A1A1. Windows color (decimal): -1869118 or 12745443. OLE color: 12745443.
HSL color Cylindrical-coordinate representation of color #E37AC2: hue angle of 318.86º 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 #E37AC2 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 194 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 318.86º | 0.65% | 0.68% | - |
| HSV(B) | 318.86º | 0.46% | 0.89% | - |
| XYZ | 48.38 | 34.15 | 55.08 | - |
| YUV | 161.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 194 | 0 | 0.46 | 0.15 | 0.11 | 318.86 | 0.65 | 0.68 |
| Hex | E3 | 7A | C2 | 0 | 2E | F | B | 13F | 41 | 44 |
| Octal | 343 | 172 | 302 | 0 | 56 | 17 | 13 | 477 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11000010 | 0 | 101110 | 1111 | 1011 | 100111111 | 1000001 | 1000100 |
Color Harmonies of #E37AC2
Complementary color
Monochromatic Colors of #E37AC2
Black with #E37AC2
Text Example
Text Example
White with #E37AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AC2; }
p { color: rgb(227,122,194); }
H1.HeaderClassName
{
color: #E37AC2;
}
.AnyTagClassName
{
color: #E37AC2;
}
</style>
background-color css
<style>
a { background-color: #E37AC2; }
a { background-color: rgb(227,122,194); }
div.DivClassName
{
background-color: #E37AC2;
}
.BgClassName
{
background-color: #E37AC2;
}
</style>
border-color css
<style>
span { border-color: #E37AC2; }
span { border-color: rgb(227,122,194); }
td.TdClassName
{
border-color: #E37AC2;
}
.TagClassName
{
border-color: #E37AC2;
}
</style>