Shades of Persian Pink #E37EC2
Tints of Persian Pink #E37EC2
RGB
CMYK
RGB Variations
Color information
#E37EC2 (or 0xE37EC2) is known color: Persian Pink. HEX triplet: E3, 7E and C2. RGB value is (227,126,194). Sum of RGB (Red+Green+Blue) = 227+126+194=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EC2 is #1C813D. Grayscale: #A3A3A3. Windows color (decimal): -1868094 or 12746467. OLE color: 12746467.
HSL color Cylindrical-coordinate representation of color #E37EC2: hue angle of 319.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EC2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 194 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.11 |
| HSL | 319.6º | 0.64% | 0.69% | - |
| HSV(B) | 319.6º | 0.44% | 0.89% | - |
| XYZ | 48.88 | 35.15 | 55.25 | - |
| YUV | 163.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 194 | 0 | 0.44 | 0.15 | 0.11 | 319.6 | 0.64 | 0.69 |
| Hex | E3 | 7E | C2 | 0 | 2C | F | B | 140 | 40 | 45 |
| Octal | 343 | 176 | 302 | 0 | 54 | 17 | 13 | 500 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11000010 | 0 | 101100 | 1111 | 1011 | 101000000 | 1000000 | 1000101 |
Color Harmonies of #E37EC2
Complementary color
Monochromatic Colors of #E37EC2
Black with #E37EC2
Text Example
Text Example
White with #E37EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EC2; }
p { color: rgb(227,126,194); }
H1.HeaderClassName
{
color: #E37EC2;
}
.AnyTagClassName
{
color: #E37EC2;
}
</style>
background-color css
<style>
a { background-color: #E37EC2; }
a { background-color: rgb(227,126,194); }
div.DivClassName
{
background-color: #E37EC2;
}
.BgClassName
{
background-color: #E37EC2;
}
</style>
border-color css
<style>
span { border-color: #E37EC2; }
span { border-color: rgb(227,126,194); }
td.TdClassName
{
border-color: #E37EC2;
}
.TagClassName
{
border-color: #E37EC2;
}
</style>