Shades of Persian Pink #EA73B1
Tints of Persian Pink #EA73B1
RGB
CMYK
RGB Variations
Color information
#EA73B1 (or 0xEA73B1) is known color: Persian Pink. HEX triplet: EA, 73 and B1. RGB value is (234,115,177). Sum of RGB (Red+Green+Blue) = 234+115+177=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73B1 is #158C4E. Grayscale: #9D9D9D. Windows color (decimal): -1412175 or 11629546. OLE color: 11629546.
HSL color Cylindrical-coordinate representation of color #EA73B1: hue angle of 328.74º 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 #EA73B1 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 177 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.08 |
| HSL | 328.74º | 0.74% | 0.68% | - |
| HSV(B) | 328.74º | 0.51% | 0.92% | - |
| XYZ | 48 | 32.93 | 45.42 | - |
| YUV | 157.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 177 | 0 | 0.51 | 0.24 | 0.08 | 328.74 | 0.74 | 0.68 |
| Hex | EA | 73 | B1 | 0 | 33 | 18 | 8 | 149 | 4A | 44 |
| Octal | 352 | 163 | 261 | 0 | 63 | 30 | 10 | 511 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10110001 | 0 | 110011 | 11000 | 1000 | 101001001 | 1001010 | 1000100 |
Color Harmonies of #EA73B1
Complementary color
Monochromatic Colors of #EA73B1
Black with #EA73B1
Text Example
Text Example
White with #EA73B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73B1; }
p { color: rgb(234,115,177); }
H1.HeaderClassName
{
color: #EA73B1;
}
.AnyTagClassName
{
color: #EA73B1;
}
</style>
background-color css
<style>
a { background-color: #EA73B1; }
a { background-color: rgb(234,115,177); }
div.DivClassName
{
background-color: #EA73B1;
}
.BgClassName
{
background-color: #EA73B1;
}
</style>
border-color css
<style>
span { border-color: #EA73B1; }
span { border-color: rgb(234,115,177); }
td.TdClassName
{
border-color: #EA73B1;
}
.TagClassName
{
border-color: #EA73B1;
}
</style>