Shades of Persian Pink #EA73B8
Tints of Persian Pink #EA73B8
RGB
CMYK
RGB Variations
Color information
#EA73B8 (or 0xEA73B8) is known color: Persian Pink. HEX triplet: EA, 73 and B8. RGB value is (234,115,184). Sum of RGB (Red+Green+Blue) = 234+115+184=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73B8 is #158C47. Grayscale: #9E9E9E. Windows color (decimal): -1412168 or 12088298. OLE color: 12088298.
HSL color Cylindrical-coordinate representation of color #EA73B8: hue angle of 325.21º 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 #EA73B8 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 184 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.08 |
| HSL | 325.21º | 0.74% | 0.68% | - |
| HSV(B) | 325.21º | 0.51% | 0.92% | - |
| XYZ | 48.71 | 33.21 | 49.19 | - |
| YUV | 158.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 184 | 0 | 0.51 | 0.21 | 0.08 | 325.21 | 0.74 | 0.68 |
| Hex | EA | 73 | B8 | 0 | 33 | 15 | 8 | 145 | 4A | 44 |
| Octal | 352 | 163 | 270 | 0 | 63 | 25 | 10 | 505 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10111000 | 0 | 110011 | 10101 | 1000 | 101000101 | 1001010 | 1000100 |
Color Harmonies of #EA73B8
Complementary color
Monochromatic Colors of #EA73B8
Black with #EA73B8
Text Example
Text Example
White with #EA73B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73B8; }
p { color: rgb(234,115,184); }
H1.HeaderClassName
{
color: #EA73B8;
}
.AnyTagClassName
{
color: #EA73B8;
}
</style>
background-color css
<style>
a { background-color: #EA73B8; }
a { background-color: rgb(234,115,184); }
div.DivClassName
{
background-color: #EA73B8;
}
.BgClassName
{
background-color: #EA73B8;
}
</style>
border-color css
<style>
span { border-color: #EA73B8; }
span { border-color: rgb(234,115,184); }
td.TdClassName
{
border-color: #EA73B8;
}
.TagClassName
{
border-color: #EA73B8;
}
</style>