Shades of Persian Pink #EA73C0
Tints of Persian Pink #EA73C0
RGB
CMYK
RGB Variations
Color information
#EA73C0 (or 0xEA73C0) is known color: Persian Pink. HEX triplet: EA, 73 and C0. RGB value is (234,115,192). Sum of RGB (Red+Green+Blue) = 234+115+192=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73C0 is #158C3F. Grayscale: #9F9F9F. Windows color (decimal): -1412160 or 12612586. OLE color: 12612586.
HSL color Cylindrical-coordinate representation of color #EA73C0: hue angle of 321.18º 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 #EA73C0 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 192 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.08 |
| HSL | 321.18º | 0.74% | 0.68% | - |
| HSV(B) | 321.18º | 0.51% | 0.92% | - |
| XYZ | 49.58 | 33.56 | 53.73 | - |
| YUV | 159.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 192 | 0 | 0.51 | 0.18 | 0.08 | 321.18 | 0.74 | 0.68 |
| Hex | EA | 73 | C0 | 0 | 33 | 12 | 8 | 141 | 4A | 44 |
| Octal | 352 | 163 | 300 | 0 | 63 | 22 | 10 | 501 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11000000 | 0 | 110011 | 10010 | 1000 | 101000001 | 1001010 | 1000100 |
Color Harmonies of #EA73C0
Complementary color
Monochromatic Colors of #EA73C0
Black with #EA73C0
Text Example
Text Example
White with #EA73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73C0; }
p { color: rgb(234,115,192); }
H1.HeaderClassName
{
color: #EA73C0;
}
.AnyTagClassName
{
color: #EA73C0;
}
</style>
background-color css
<style>
a { background-color: #EA73C0; }
a { background-color: rgb(234,115,192); }
div.DivClassName
{
background-color: #EA73C0;
}
.BgClassName
{
background-color: #EA73C0;
}
</style>
border-color css
<style>
span { border-color: #EA73C0; }
span { border-color: rgb(234,115,192); }
td.TdClassName
{
border-color: #EA73C0;
}
.TagClassName
{
border-color: #EA73C0;
}
</style>