Shades of Persian Pink #EA73C1
Tints of Persian Pink #EA73C1
RGB
CMYK
RGB Variations
Color information
#EA73C1 (or 0xEA73C1) is known color: Persian Pink. HEX triplet: EA, 73 and C1. RGB value is (234,115,193). Sum of RGB (Red+Green+Blue) = 234+115+193=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73C1 is #158C3E. Grayscale: #9F9F9F. Windows color (decimal): -1412159 or 12678122. OLE color: 12678122.
HSL color Cylindrical-coordinate representation of color #EA73C1: hue angle of 320.67º 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 #EA73C1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 193 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.08 |
| HSL | 320.67º | 0.74% | 0.68% | - |
| HSV(B) | 320.67º | 0.51% | 0.92% | - |
| XYZ | 49.69 | 33.6 | 54.32 | - |
| YUV | 159.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 193 | 0 | 0.51 | 0.18 | 0.08 | 320.67 | 0.74 | 0.68 |
| Hex | EA | 73 | C1 | 0 | 33 | 12 | 8 | 141 | 4A | 44 |
| Octal | 352 | 163 | 301 | 0 | 63 | 22 | 10 | 501 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11000001 | 0 | 110011 | 10010 | 1000 | 101000001 | 1001010 | 1000100 |
Color Harmonies of #EA73C1
Complementary color
Monochromatic Colors of #EA73C1
Black with #EA73C1
Text Example
Text Example
White with #EA73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73C1; }
p { color: rgb(234,115,193); }
H1.HeaderClassName
{
color: #EA73C1;
}
.AnyTagClassName
{
color: #EA73C1;
}
</style>
background-color css
<style>
a { background-color: #EA73C1; }
a { background-color: rgb(234,115,193); }
div.DivClassName
{
background-color: #EA73C1;
}
.BgClassName
{
background-color: #EA73C1;
}
</style>
border-color css
<style>
span { border-color: #EA73C1; }
span { border-color: rgb(234,115,193); }
td.TdClassName
{
border-color: #EA73C1;
}
.TagClassName
{
border-color: #EA73C1;
}
</style>