Shades of Persian Pink #E27ABF
Tints of Persian Pink #E27ABF
RGB
CMYK
RGB Variations
Color information
#E27ABF (or 0xE27ABF) is known color: Persian Pink. HEX triplet: E2, 7A and BF. RGB value is (226,122,191). Sum of RGB (Red+Green+Blue) = 226+122+191=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABF is #1D8540. Grayscale: #A0A0A0. Windows color (decimal): -1934657 or 12548834. OLE color: 12548834.
HSL color Cylindrical-coordinate representation of color #E27ABF: hue angle of 320.19º 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 #E27ABF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 191 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 320.19º | 0.64% | 0.68% | - |
| HSV(B) | 320.19º | 0.46% | 0.89% | - |
| XYZ | 47.73 | 33.85 | 53.31 | - |
| YUV | 160.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 191 | 0 | 0.46 | 0.15 | 0.11 | 320.19 | 0.64 | 0.68 |
| Hex | E2 | 7A | BF | 0 | 2E | F | B | 140 | 40 | 44 |
| Octal | 342 | 172 | 277 | 0 | 56 | 17 | 13 | 500 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10111111 | 0 | 101110 | 1111 | 1011 | 101000000 | 1000000 | 1000100 |
Color Harmonies of #E27ABF
Complementary color
Monochromatic Colors of #E27ABF
Black with #E27ABF
Text Example
Text Example
White with #E27ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ABF; }
p { color: rgb(226,122,191); }
H1.HeaderClassName
{
color: #E27ABF;
}
.AnyTagClassName
{
color: #E27ABF;
}
</style>
background-color css
<style>
a { background-color: #E27ABF; }
a { background-color: rgb(226,122,191); }
div.DivClassName
{
background-color: #E27ABF;
}
.BgClassName
{
background-color: #E27ABF;
}
</style>
border-color css
<style>
span { border-color: #E27ABF; }
span { border-color: rgb(226,122,191); }
td.TdClassName
{
border-color: #E27ABF;
}
.TagClassName
{
border-color: #E27ABF;
}
</style>