Shades of Persian Pink #EA73B9
Tints of Persian Pink #EA73B9
RGB
CMYK
RGB Variations
Color information
#EA73B9 (or 0xEA73B9) is known color: Persian Pink. HEX triplet: EA, 73 and B9. RGB value is (234,115,185). Sum of RGB (Red+Green+Blue) = 234+115+185=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73B9 is #158C46. Grayscale: #9E9E9E. Windows color (decimal): -1412167 or 12153834. OLE color: 12153834.
HSL color Cylindrical-coordinate representation of color #EA73B9: hue angle of 324.71º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73B9 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 185 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.08 |
| HSL | 324.71º | 0.74% | 0.68% | - |
| HSV(B) | 324.71º | 0.51% | 0.92% | - |
| XYZ | 48.82 | 33.26 | 49.75 | - |
| YUV | 158.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 185 | 0 | 0.51 | 0.21 | 0.08 | 324.71 | 0.74 | 0.68 |
| Hex | EA | 73 | B9 | 0 | 33 | 15 | 8 | 145 | 4A | 44 |
| Octal | 352 | 163 | 271 | 0 | 63 | 25 | 10 | 505 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10111001 | 0 | 110011 | 10101 | 1000 | 101000101 | 1001010 | 1000100 |
Color Harmonies of #EA73B9
Complementary color
Monochromatic Colors of #EA73B9
Black with #EA73B9
Text Example
Text Example
White with #EA73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73B9; }
p { color: rgb(234,115,185); }
H1.HeaderClassName
{
color: #EA73B9;
}
.AnyTagClassName
{
color: #EA73B9;
}
</style>
background-color css
<style>
a { background-color: #EA73B9; }
a { background-color: rgb(234,115,185); }
div.DivClassName
{
background-color: #EA73B9;
}
.BgClassName
{
background-color: #EA73B9;
}
</style>
border-color css
<style>
span { border-color: #EA73B9; }
span { border-color: rgb(234,115,185); }
td.TdClassName
{
border-color: #EA73B9;
}
.TagClassName
{
border-color: #EA73B9;
}
</style>