Shades of Persian Pink #EA80B7
Tints of Persian Pink #EA80B7
RGB
CMYK
RGB Variations
Color information
#EA80B7 (or 0xEA80B7) is known color: Persian Pink. HEX triplet: EA, 80 and B7. RGB value is (234,128,183). Sum of RGB (Red+Green+Blue) = 234+128+183=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80B7 is #157F48. Grayscale: #A5A5A5. Windows color (decimal): -1408841 or 12026090. OLE color: 12026090.
HSL color Cylindrical-coordinate representation of color #EA80B7: hue angle of 328.87º 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 #EA80B7 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 183 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.08 |
| HSL | 328.87º | 0.72% | 0.71% | - |
| HSV(B) | 328.87º | 0.45% | 0.92% | - |
| XYZ | 50.2 | 36.35 | 49.17 | - |
| YUV | 165.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 183 | 0 | 0.45 | 0.22 | 0.08 | 328.87 | 0.72 | 0.71 |
| Hex | EA | 80 | B7 | 0 | 2D | 16 | 8 | 149 | 48 | 47 |
| Octal | 352 | 200 | 267 | 0 | 55 | 26 | 10 | 511 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10110111 | 0 | 101101 | 10110 | 1000 | 101001001 | 1001000 | 1000111 |
Color Harmonies of #EA80B7
Complementary color
Monochromatic Colors of #EA80B7
Black with #EA80B7
Text Example
Text Example
White with #EA80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80B7; }
p { color: rgb(234,128,183); }
H1.HeaderClassName
{
color: #EA80B7;
}
.AnyTagClassName
{
color: #EA80B7;
}
</style>
background-color css
<style>
a { background-color: #EA80B7; }
a { background-color: rgb(234,128,183); }
div.DivClassName
{
background-color: #EA80B7;
}
.BgClassName
{
background-color: #EA80B7;
}
</style>
border-color css
<style>
span { border-color: #EA80B7; }
span { border-color: rgb(234,128,183); }
td.TdClassName
{
border-color: #EA80B7;
}
.TagClassName
{
border-color: #EA80B7;
}
</style>