Shades of Persian Pink #E27AC0
Tints of Persian Pink #E27AC0
RGB
CMYK
RGB Variations
Color information
#E27AC0 (or 0xE27AC0) is known color: Persian Pink. HEX triplet: E2, 7A and C0. RGB value is (226,122,192). Sum of RGB (Red+Green+Blue) = 226+122+192=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC0 is #1D853F. Grayscale: #A0A0A0. Windows color (decimal): -1934656 or 12614370. OLE color: 12614370.
HSL color Cylindrical-coordinate representation of color #E27AC0: hue angle of 319.62º degrees, saturation: 0.64, 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 #E27AC0 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 192 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 319.62º | 0.64% | 0.68% | - |
| HSV(B) | 319.62º | 0.46% | 0.89% | - |
| XYZ | 47.84 | 33.89 | 53.89 | - |
| YUV | 161.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 192 | 0 | 0.46 | 0.15 | 0.11 | 319.62 | 0.64 | 0.68 |
| Hex | E2 | 7A | C0 | 0 | 2E | F | B | 140 | 40 | 44 |
| Octal | 342 | 172 | 300 | 0 | 56 | 17 | 13 | 500 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11000000 | 0 | 101110 | 1111 | 1011 | 101000000 | 1000000 | 1000100 |
Color Harmonies of #E27AC0
Complementary color
Monochromatic Colors of #E27AC0
Black with #E27AC0
Text Example
Text Example
White with #E27AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AC0; }
p { color: rgb(226,122,192); }
H1.HeaderClassName
{
color: #E27AC0;
}
.AnyTagClassName
{
color: #E27AC0;
}
</style>
background-color css
<style>
a { background-color: #E27AC0; }
a { background-color: rgb(226,122,192); }
div.DivClassName
{
background-color: #E27AC0;
}
.BgClassName
{
background-color: #E27AC0;
}
</style>
border-color css
<style>
span { border-color: #E27AC0; }
span { border-color: rgb(226,122,192); }
td.TdClassName
{
border-color: #E27AC0;
}
.TagClassName
{
border-color: #E27AC0;
}
</style>