Shades of Persian Pink #E27EC0
Tints of Persian Pink #E27EC0
RGB
CMYK
RGB Variations
Color information
#E27EC0 (or 0xE27EC0) is known color: Persian Pink. HEX triplet: E2, 7E and C0. RGB value is (226,126,192). Sum of RGB (Red+Green+Blue) = 226+126+192=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC0 is #1D813F. Grayscale: #A3A3A3. Windows color (decimal): -1933632 or 12615394. OLE color: 12615394.
HSL color Cylindrical-coordinate representation of color #E27EC0: hue angle of 320.4º degrees, saturation: 0.63, 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 #E27EC0 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 192 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.11 |
| HSL | 320.4º | 0.63% | 0.69% | - |
| HSV(B) | 320.4º | 0.44% | 0.89% | - |
| XYZ | 48.34 | 34.9 | 54.06 | - |
| YUV | 163.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 192 | 0 | 0.44 | 0.15 | 0.11 | 320.4 | 0.63 | 0.69 |
| Hex | E2 | 7E | C0 | 0 | 2C | F | B | 140 | 3F | 45 |
| Octal | 342 | 176 | 300 | 0 | 54 | 17 | 13 | 500 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11000000 | 0 | 101100 | 1111 | 1011 | 101000000 | 111111 | 1000101 |
Color Harmonies of #E27EC0
Complementary color
Monochromatic Colors of #E27EC0
Black with #E27EC0
Text Example
Text Example
White with #E27EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EC0; }
p { color: rgb(226,126,192); }
H1.HeaderClassName
{
color: #E27EC0;
}
.AnyTagClassName
{
color: #E27EC0;
}
</style>
background-color css
<style>
a { background-color: #E27EC0; }
a { background-color: rgb(226,126,192); }
div.DivClassName
{
background-color: #E27EC0;
}
.BgClassName
{
background-color: #E27EC0;
}
</style>
border-color css
<style>
span { border-color: #E27EC0; }
span { border-color: rgb(226,126,192); }
td.TdClassName
{
border-color: #E27EC0;
}
.TagClassName
{
border-color: #E27EC0;
}
</style>