Shades of Persian Pink #EA84BA
Tints of Persian Pink #EA84BA
RGB
CMYK
RGB Variations
Color information
#EA84BA (or 0xEA84BA) is known color: Persian Pink. HEX triplet: EA, 84 and BA. RGB value is (234,132,186). Sum of RGB (Red+Green+Blue) = 234+132+186=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BA is #157B45. Grayscale: #A8A8A8. Windows color (decimal): -1407814 or 12223722. OLE color: 12223722.
HSL color Cylindrical-coordinate representation of color #EA84BA: hue angle of 328.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84BA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 186 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.08 |
| HSL | 328.24º | 0.71% | 0.72% | - |
| HSV(B) | 328.24º | 0.44% | 0.92% | - |
| XYZ | 51.05 | 37.54 | 51.01 | - |
| YUV | 168.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 186 | 0 | 0.44 | 0.21 | 0.08 | 328.24 | 0.71 | 0.72 |
| Hex | EA | 84 | BA | 0 | 2C | 15 | 8 | 148 | 47 | 48 |
| Octal | 352 | 204 | 272 | 0 | 54 | 25 | 10 | 510 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10111010 | 0 | 101100 | 10101 | 1000 | 101001000 | 1000111 | 1001000 |
Color Harmonies of #EA84BA
Complementary color
Monochromatic Colors of #EA84BA
Black with #EA84BA
Text Example
Text Example
White with #EA84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84BA; }
p { color: rgb(234,132,186); }
H1.HeaderClassName
{
color: #EA84BA;
}
.AnyTagClassName
{
color: #EA84BA;
}
</style>
background-color css
<style>
a { background-color: #EA84BA; }
a { background-color: rgb(234,132,186); }
div.DivClassName
{
background-color: #EA84BA;
}
.BgClassName
{
background-color: #EA84BA;
}
</style>
border-color css
<style>
span { border-color: #EA84BA; }
span { border-color: rgb(234,132,186); }
td.TdClassName
{
border-color: #EA84BA;
}
.TagClassName
{
border-color: #EA84BA;
}
</style>