Shades of Persian Pink #E37AC1
Tints of Persian Pink #E37AC1
RGB
CMYK
RGB Variations
Color information
#E37AC1 (or 0xE37AC1) is known color: Persian Pink. HEX triplet: E3, 7A and C1. RGB value is (227,122,193). Sum of RGB (Red+Green+Blue) = 227+122+193=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AC1 is #1C853E. Grayscale: #A1A1A1. Windows color (decimal): -1869119 or 12679907. OLE color: 12679907.
HSL color Cylindrical-coordinate representation of color #E37AC1: hue angle of 319.43º 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 #E37AC1 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 193 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 319.43º | 0.65% | 0.68% | - |
| HSV(B) | 319.43º | 0.46% | 0.89% | - |
| XYZ | 48.26 | 34.1 | 54.49 | - |
| YUV | 161.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 193 | 0 | 0.46 | 0.15 | 0.11 | 319.43 | 0.65 | 0.68 |
| Hex | E3 | 7A | C1 | 0 | 2E | F | B | 13F | 41 | 44 |
| Octal | 343 | 172 | 301 | 0 | 56 | 17 | 13 | 477 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11000001 | 0 | 101110 | 1111 | 1011 | 100111111 | 1000001 | 1000100 |
Color Harmonies of #E37AC1
Complementary color
Monochromatic Colors of #E37AC1
Black with #E37AC1
Text Example
Text Example
White with #E37AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AC1; }
p { color: rgb(227,122,193); }
H1.HeaderClassName
{
color: #E37AC1;
}
.AnyTagClassName
{
color: #E37AC1;
}
</style>
background-color css
<style>
a { background-color: #E37AC1; }
a { background-color: rgb(227,122,193); }
div.DivClassName
{
background-color: #E37AC1;
}
.BgClassName
{
background-color: #E37AC1;
}
</style>
border-color css
<style>
span { border-color: #E37AC1; }
span { border-color: rgb(227,122,193); }
td.TdClassName
{
border-color: #E37AC1;
}
.TagClassName
{
border-color: #E37AC1;
}
</style>