Shades of Persian Pink #E271AF
Tints of Persian Pink #E271AF
RGB
CMYK
RGB Variations
Color information
#E271AF (or 0xE271AF) is known color: Persian Pink. HEX triplet: E2, 71 and AF. RGB value is (226,113,175). Sum of RGB (Red+Green+Blue) = 226+113+175=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E271AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271AF is #1D8E50. Grayscale: #999999. Windows color (decimal): -1936977 or 11497954. OLE color: 11497954.
HSL color Cylindrical-coordinate representation of color #E271AF: hue angle of 327.08º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271AF is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 175 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.11 |
| HSL | 327.08º | 0.66% | 0.66% | - |
| HSV(B) | 327.08º | 0.5% | 0.89% | - |
| XYZ | 45.01 | 31.07 | 44.18 | - |
| YUV | 153.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 175 | 0 | 0.5 | 0.23 | 0.11 | 327.08 | 0.66 | 0.66 |
| Hex | E2 | 71 | AF | 0 | 32 | 17 | B | 147 | 42 | 42 |
| Octal | 342 | 161 | 257 | 0 | 62 | 27 | 13 | 507 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10101111 | 0 | 110010 | 10111 | 1011 | 101000111 | 1000010 | 1000010 |
Color Harmonies of #E271AF
Complementary color
Monochromatic Colors of #E271AF
Black with #E271AF
Text Example
Text Example
White with #E271AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271AF; }
p { color: rgb(226,113,175); }
H1.HeaderClassName
{
color: #E271AF;
}
.AnyTagClassName
{
color: #E271AF;
}
</style>
background-color css
<style>
a { background-color: #E271AF; }
a { background-color: rgb(226,113,175); }
div.DivClassName
{
background-color: #E271AF;
}
.BgClassName
{
background-color: #E271AF;
}
</style>
border-color css
<style>
span { border-color: #E271AF; }
span { border-color: rgb(226,113,175); }
td.TdClassName
{
border-color: #E271AF;
}
.TagClassName
{
border-color: #E271AF;
}
</style>