Shades of Persian Pink #E277AD
Tints of Persian Pink #E277AD
RGB
CMYK
RGB Variations
Color information
#E277AD (or 0xE277AD) is known color: Persian Pink. HEX triplet: E2, 77 and AD. RGB value is (226,119,173). Sum of RGB (Red+Green+Blue) = 226+119+173=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E277AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277AD is #1D8852. Grayscale: #9D9D9D. Windows color (decimal): -1935443 or 11368418. OLE color: 11368418.
HSL color Cylindrical-coordinate representation of color #E277AD: hue angle of 329.72º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E277AD is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 173 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.11 |
| HSL | 329.72º | 0.65% | 0.68% | - |
| HSV(B) | 329.72º | 0.47% | 0.89% | - |
| XYZ | 45.5 | 32.38 | 43.39 | - |
| YUV | 157.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 173 | 0 | 0.47 | 0.23 | 0.11 | 329.72 | 0.65 | 0.68 |
| Hex | E2 | 77 | AD | 0 | 2F | 17 | B | 14A | 41 | 44 |
| Octal | 342 | 167 | 255 | 0 | 57 | 27 | 13 | 512 | 101 | 104 |
| Binary | 11100010 | 1110111 | 10101101 | 0 | 101111 | 10111 | 1011 | 101001010 | 1000001 | 1000100 |
Color Harmonies of #E277AD
Complementary color
Monochromatic Colors of #E277AD
Black with #E277AD
Text Example
Text Example
White with #E277AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277AD; }
p { color: rgb(226,119,173); }
H1.HeaderClassName
{
color: #E277AD;
}
.AnyTagClassName
{
color: #E277AD;
}
</style>
background-color css
<style>
a { background-color: #E277AD; }
a { background-color: rgb(226,119,173); }
div.DivClassName
{
background-color: #E277AD;
}
.BgClassName
{
background-color: #E277AD;
}
</style>
border-color css
<style>
span { border-color: #E277AD; }
span { border-color: rgb(226,119,173); }
td.TdClassName
{
border-color: #E277AD;
}
.TagClassName
{
border-color: #E277AD;
}
</style>