Shades of Persian Pink #E271AD
Tints of Persian Pink #E271AD
RGB
CMYK
RGB Variations
Color information
#E271AD (or 0xE271AD) is known color: Persian Pink. HEX triplet: E2, 71 and AD. RGB value is (226,113,173). Sum of RGB (Red+Green+Blue) = 226+113+173=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E271AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271AD is #1D8E52. Grayscale: #999999. Windows color (decimal): -1936979 or 11366882. OLE color: 11366882.
HSL color Cylindrical-coordinate representation of color #E271AD: hue angle of 328.14º 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 #E271AD is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 173 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.11 |
| HSL | 328.14º | 0.66% | 0.66% | - |
| HSV(B) | 328.14º | 0.5% | 0.89% | - |
| XYZ | 44.81 | 31 | 43.16 | - |
| YUV | 153.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 173 | 0 | 0.5 | 0.23 | 0.11 | 328.14 | 0.66 | 0.66 |
| Hex | E2 | 71 | AD | 0 | 32 | 17 | B | 148 | 42 | 42 |
| Octal | 342 | 161 | 255 | 0 | 62 | 27 | 13 | 510 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10101101 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000010 | 1000010 |
Color Harmonies of #E271AD
Complementary color
Monochromatic Colors of #E271AD
Black with #E271AD
Text Example
Text Example
White with #E271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271AD; }
p { color: rgb(226,113,173); }
H1.HeaderClassName
{
color: #E271AD;
}
.AnyTagClassName
{
color: #E271AD;
}
</style>
background-color css
<style>
a { background-color: #E271AD; }
a { background-color: rgb(226,113,173); }
div.DivClassName
{
background-color: #E271AD;
}
.BgClassName
{
background-color: #E271AD;
}
</style>
border-color css
<style>
span { border-color: #E271AD; }
span { border-color: rgb(226,113,173); }
td.TdClassName
{
border-color: #E271AD;
}
.TagClassName
{
border-color: #E271AD;
}
</style>