Shades of Persian Pink #EA85BA
Tints of Persian Pink #EA85BA
RGB
CMYK
RGB Variations
Color information
#EA85BA (or 0xEA85BA) is known color: Persian Pink. HEX triplet: EA, 85 and BA. RGB value is (234,133,186). Sum of RGB (Red+Green+Blue) = 234+133+186=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85BA is #157A45. Grayscale: #A9A9A9. Windows color (decimal): -1407558 or 12223978. OLE color: 12223978.
HSL color Cylindrical-coordinate representation of color #EA85BA: hue angle of 328.51º degrees, saturation: 0.71, 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 #EA85BA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 186 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.08 |
| HSL | 328.51º | 0.71% | 0.72% | - |
| HSV(B) | 328.51º | 0.43% | 0.92% | - |
| XYZ | 51.18 | 37.81 | 51.06 | - |
| YUV | 169.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 186 | 0 | 0.43 | 0.21 | 0.08 | 328.51 | 0.71 | 0.72 |
| Hex | EA | 85 | BA | 0 | 2B | 15 | 8 | 149 | 47 | 48 |
| Octal | 352 | 205 | 272 | 0 | 53 | 25 | 10 | 511 | 107 | 110 |
| Binary | 11101010 | 10000101 | 10111010 | 0 | 101011 | 10101 | 1000 | 101001001 | 1000111 | 1001000 |
Color Harmonies of #EA85BA
Complementary color
Monochromatic Colors of #EA85BA
Black with #EA85BA
Text Example
Text Example
White with #EA85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85BA; }
p { color: rgb(234,133,186); }
H1.HeaderClassName
{
color: #EA85BA;
}
.AnyTagClassName
{
color: #EA85BA;
}
</style>
background-color css
<style>
a { background-color: #EA85BA; }
a { background-color: rgb(234,133,186); }
div.DivClassName
{
background-color: #EA85BA;
}
.BgClassName
{
background-color: #EA85BA;
}
</style>
border-color css
<style>
span { border-color: #EA85BA; }
span { border-color: rgb(234,133,186); }
td.TdClassName
{
border-color: #EA85BA;
}
.TagClassName
{
border-color: #EA85BA;
}
</style>