Shades of Persian Pink #E27ABE
Tints of Persian Pink #E27ABE
RGB
CMYK
RGB Variations
Color information
#E27ABE (or 0xE27ABE) is known color: Persian Pink. HEX triplet: E2, 7A and BE. RGB value is (226,122,190). Sum of RGB (Red+Green+Blue) = 226+122+190=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABE is #1D8541. Grayscale: #A0A0A0. Windows color (decimal): -1934658 or 12483298. OLE color: 12483298.
HSL color Cylindrical-coordinate representation of color #E27ABE: hue angle of 320.77º 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 #E27ABE is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 190 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.11 |
| HSL | 320.77º | 0.64% | 0.68% | - |
| HSV(B) | 320.77º | 0.46% | 0.89% | - |
| XYZ | 47.62 | 33.81 | 52.73 | - |
| YUV | 160.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 190 | 0 | 0.46 | 0.16 | 0.11 | 320.77 | 0.64 | 0.68 |
| Hex | E2 | 7A | BE | 0 | 2E | 10 | B | 141 | 40 | 44 |
| Octal | 342 | 172 | 276 | 0 | 56 | 20 | 13 | 501 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10111110 | 0 | 101110 | 10000 | 1011 | 101000001 | 1000000 | 1000100 |
Color Harmonies of #E27ABE
Complementary color
Monochromatic Colors of #E27ABE
Black with #E27ABE
Text Example
Text Example
White with #E27ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ABE; }
p { color: rgb(226,122,190); }
H1.HeaderClassName
{
color: #E27ABE;
}
.AnyTagClassName
{
color: #E27ABE;
}
</style>
background-color css
<style>
a { background-color: #E27ABE; }
a { background-color: rgb(226,122,190); }
div.DivClassName
{
background-color: #E27ABE;
}
.BgClassName
{
background-color: #E27ABE;
}
</style>
border-color css
<style>
span { border-color: #E27ABE; }
span { border-color: rgb(226,122,190); }
td.TdClassName
{
border-color: #E27ABE;
}
.TagClassName
{
border-color: #E27ABE;
}
</style>