Shades of Persian Pink #EA87BA
Tints of Persian Pink #EA87BA
RGB
CMYK
RGB Variations
Color information
#EA87BA (or 0xEA87BA) is known color: Persian Pink. HEX triplet: EA, 87 and BA. RGB value is (234,135,186). Sum of RGB (Red+Green+Blue) = 234+135+186=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87BA is #157845. Grayscale: #AAAAAA. Windows color (decimal): -1407046 or 12224490. OLE color: 12224490.
HSL color Cylindrical-coordinate representation of color #EA87BA: hue angle of 329.09º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87BA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 186 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.08 |
| HSL | 329.09º | 0.7% | 0.72% | - |
| HSV(B) | 329.09º | 0.42% | 0.92% | - |
| XYZ | 51.46 | 38.37 | 51.15 | - |
| YUV | 170.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 186 | 0 | 0.42 | 0.21 | 0.08 | 329.09 | 0.7 | 0.72 |
| Hex | EA | 87 | BA | 0 | 2A | 15 | 8 | 149 | 46 | 48 |
| Octal | 352 | 207 | 272 | 0 | 52 | 25 | 10 | 511 | 106 | 110 |
| Binary | 11101010 | 10000111 | 10111010 | 0 | 101010 | 10101 | 1000 | 101001001 | 1000110 | 1001000 |
Color Harmonies of #EA87BA
Complementary color
Monochromatic Colors of #EA87BA
Black with #EA87BA
Text Example
Text Example
White with #EA87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87BA; }
p { color: rgb(234,135,186); }
H1.HeaderClassName
{
color: #EA87BA;
}
.AnyTagClassName
{
color: #EA87BA;
}
</style>
background-color css
<style>
a { background-color: #EA87BA; }
a { background-color: rgb(234,135,186); }
div.DivClassName
{
background-color: #EA87BA;
}
.BgClassName
{
background-color: #EA87BA;
}
</style>
border-color css
<style>
span { border-color: #EA87BA; }
span { border-color: rgb(234,135,186); }
td.TdClassName
{
border-color: #EA87BA;
}
.TagClassName
{
border-color: #EA87BA;
}
</style>