Shades of Persian Pink #EA86BA
Tints of Persian Pink #EA86BA
RGB
CMYK
RGB Variations
Color information
#EA86BA (or 0xEA86BA) is known color: Persian Pink. HEX triplet: EA, 86 and BA. RGB value is (234,134,186). Sum of RGB (Red+Green+Blue) = 234+134+186=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86BA is #157945. Grayscale: #A9A9A9. Windows color (decimal): -1407302 or 12224234. OLE color: 12224234.
HSL color Cylindrical-coordinate representation of color #EA86BA: hue angle of 328.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86BA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 186 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.08 |
| HSL | 328.8º | 0.7% | 0.72% | - |
| HSV(B) | 328.8º | 0.43% | 0.92% | - |
| XYZ | 51.32 | 38.09 | 51.1 | - |
| YUV | 169.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 186 | 0 | 0.43 | 0.21 | 0.08 | 328.8 | 0.7 | 0.72 |
| Hex | EA | 86 | BA | 0 | 2B | 15 | 8 | 149 | 46 | 48 |
| Octal | 352 | 206 | 272 | 0 | 53 | 25 | 10 | 511 | 106 | 110 |
| Binary | 11101010 | 10000110 | 10111010 | 0 | 101011 | 10101 | 1000 | 101001001 | 1000110 | 1001000 |
Color Harmonies of #EA86BA
Complementary color
Monochromatic Colors of #EA86BA
Black with #EA86BA
Text Example
Text Example
White with #EA86BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86BA; }
p { color: rgb(234,134,186); }
H1.HeaderClassName
{
color: #EA86BA;
}
.AnyTagClassName
{
color: #EA86BA;
}
</style>
background-color css
<style>
a { background-color: #EA86BA; }
a { background-color: rgb(234,134,186); }
div.DivClassName
{
background-color: #EA86BA;
}
.BgClassName
{
background-color: #EA86BA;
}
</style>
border-color css
<style>
span { border-color: #EA86BA; }
span { border-color: rgb(234,134,186); }
td.TdClassName
{
border-color: #EA86BA;
}
.TagClassName
{
border-color: #EA86BA;
}
</style>