Shades of Persian Pink #E774AB
Tints of Persian Pink #E774AB
RGB
CMYK
RGB Variations
Color information
#E774AB (or 0xE774AB) is known color: Persian Pink. HEX triplet: E7, 74 and AB. RGB value is (231,116,171). Sum of RGB (Red+Green+Blue) = 231+116+171=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E774AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774AB is #188B54. Grayscale: #9C9C9C. Windows color (decimal): -1608533 or 11236583. OLE color: 11236583.
HSL color Cylindrical-coordinate representation of color #E774AB: hue angle of 331.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774AB is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 171 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.09 |
| HSL | 331.3º | 0.71% | 0.68% | - |
| HSV(B) | 331.3º | 0.5% | 0.91% | - |
| XYZ | 46.55 | 32.42 | 42.33 | - |
| YUV | 156.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 171 | 0 | 0.50 | 0.26 | 0.09 | 331.3 | 0.71 | 0.68 |
| Hex | E7 | 74 | AB | 0 | 32 | 1A | 9 | 14B | 47 | 44 |
| Octal | 347 | 164 | 253 | 0 | 62 | 32 | 11 | 513 | 107 | 104 |
| Binary | 11100111 | 1110100 | 10101011 | 0 | 110010 | 11010 | 1001 | 101001011 | 1000111 | 1000100 |
Color Harmonies of #E774AB
Complementary color
Monochromatic Colors of #E774AB
Black with #E774AB
Text Example
Text Example
White with #E774AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774AB; }
p { color: rgb(231,116,171); }
H1.HeaderClassName
{
color: #E774AB;
}
.AnyTagClassName
{
color: #E774AB;
}
</style>
background-color css
<style>
a { background-color: #E774AB; }
a { background-color: rgb(231,116,171); }
div.DivClassName
{
background-color: #E774AB;
}
.BgClassName
{
background-color: #E774AB;
}
</style>
border-color css
<style>
span { border-color: #E774AB; }
span { border-color: rgb(231,116,171); }
td.TdClassName
{
border-color: #E774AB;
}
.TagClassName
{
border-color: #E774AB;
}
</style>