Shades of Persian Pink #EA80AF
Tints of Persian Pink #EA80AF
RGB
CMYK
RGB Variations
Color information
#EA80AF (or 0xEA80AF) is known color: Persian Pink. HEX triplet: EA, 80 and AF. RGB value is (234,128,175). Sum of RGB (Red+Green+Blue) = 234+128+175=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80AF is #157F50. Grayscale: #A4A4A4. Windows color (decimal): -1408849 or 11501802. OLE color: 11501802.
HSL color Cylindrical-coordinate representation of color #EA80AF: hue angle of 333.4º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80AF is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 175 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.08 |
| HSL | 333.4º | 0.72% | 0.71% | - |
| HSV(B) | 333.4º | 0.45% | 0.92% | - |
| XYZ | 49.39 | 36.03 | 44.91 | - |
| YUV | 165.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 175 | 0 | 0.45 | 0.25 | 0.08 | 333.4 | 0.72 | 0.71 |
| Hex | EA | 80 | AF | 0 | 2D | 19 | 8 | 14D | 48 | 47 |
| Octal | 352 | 200 | 257 | 0 | 55 | 31 | 10 | 515 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10101111 | 0 | 101101 | 11001 | 1000 | 101001101 | 1001000 | 1000111 |
Color Harmonies of #EA80AF
Complementary color
Monochromatic Colors of #EA80AF
Black with #EA80AF
Text Example
Text Example
White with #EA80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80AF; }
p { color: rgb(234,128,175); }
H1.HeaderClassName
{
color: #EA80AF;
}
.AnyTagClassName
{
color: #EA80AF;
}
</style>
background-color css
<style>
a { background-color: #EA80AF; }
a { background-color: rgb(234,128,175); }
div.DivClassName
{
background-color: #EA80AF;
}
.BgClassName
{
background-color: #EA80AF;
}
</style>
border-color css
<style>
span { border-color: #EA80AF; }
span { border-color: rgb(234,128,175); }
td.TdClassName
{
border-color: #EA80AF;
}
.TagClassName
{
border-color: #EA80AF;
}
</style>