Shades of Persian Pink #E780AF
Tints of Persian Pink #E780AF
RGB
CMYK
RGB Variations
Color information
#E780AF (or 0xE780AF) is known color: Persian Pink. HEX triplet: E7, 80 and AF. RGB value is (231,128,175). Sum of RGB (Red+Green+Blue) = 231+128+175=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E780AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780AF is #187F50. Grayscale: #A4A4A4. Windows color (decimal): -1605457 or 11501799. OLE color: 11501799.
HSL color Cylindrical-coordinate representation of color #E780AF: hue angle of 332.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780AF is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 175 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.09 |
| HSL | 332.62º | 0.68% | 0.7% | - |
| HSV(B) | 332.62º | 0.45% | 0.91% | - |
| XYZ | 48.41 | 35.52 | 44.86 | - |
| YUV | 164.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 175 | 0 | 0.45 | 0.24 | 0.09 | 332.62 | 0.68 | 0.7 |
| Hex | E7 | 80 | AF | 0 | 2D | 18 | 9 | 14D | 44 | 46 |
| Octal | 347 | 200 | 257 | 0 | 55 | 30 | 11 | 515 | 104 | 106 |
| Binary | 11100111 | 10000000 | 10101111 | 0 | 101101 | 11000 | 1001 | 101001101 | 1000100 | 1000110 |
Color Harmonies of #E780AF
Complementary color
Monochromatic Colors of #E780AF
Black with #E780AF
Text Example
Text Example
White with #E780AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780AF; }
p { color: rgb(231,128,175); }
H1.HeaderClassName
{
color: #E780AF;
}
.AnyTagClassName
{
color: #E780AF;
}
</style>
background-color css
<style>
a { background-color: #E780AF; }
a { background-color: rgb(231,128,175); }
div.DivClassName
{
background-color: #E780AF;
}
.BgClassName
{
background-color: #E780AF;
}
</style>
border-color css
<style>
span { border-color: #E780AF; }
span { border-color: rgb(231,128,175); }
td.TdClassName
{
border-color: #E780AF;
}
.TagClassName
{
border-color: #E780AF;
}
</style>