Shades of Persian Pink #EA73B3
Tints of Persian Pink #EA73B3
RGB
CMYK
RGB Variations
Color information
#EA73B3 (or 0xEA73B3) is known color: Persian Pink. HEX triplet: EA, 73 and B3. RGB value is (234,115,179). Sum of RGB (Red+Green+Blue) = 234+115+179=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73B3 is #158C4C. Grayscale: #9D9D9D. Windows color (decimal): -1412173 or 11760618. OLE color: 11760618.
HSL color Cylindrical-coordinate representation of color #EA73B3: hue angle of 327.73º 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 #EA73B3 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 179 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.08 |
| HSL | 327.73º | 0.74% | 0.68% | - |
| HSV(B) | 327.73º | 0.51% | 0.92% | - |
| XYZ | 48.2 | 33.01 | 46.48 | - |
| YUV | 157.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 179 | 0 | 0.51 | 0.24 | 0.08 | 327.73 | 0.74 | 0.68 |
| Hex | EA | 73 | B3 | 0 | 33 | 18 | 8 | 148 | 4A | 44 |
| Octal | 352 | 163 | 263 | 0 | 63 | 30 | 10 | 510 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10110011 | 0 | 110011 | 11000 | 1000 | 101001000 | 1001010 | 1000100 |
Color Harmonies of #EA73B3
Complementary color
Monochromatic Colors of #EA73B3
Black with #EA73B3
Text Example
Text Example
White with #EA73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73B3; }
p { color: rgb(234,115,179); }
H1.HeaderClassName
{
color: #EA73B3;
}
.AnyTagClassName
{
color: #EA73B3;
}
</style>
background-color css
<style>
a { background-color: #EA73B3; }
a { background-color: rgb(234,115,179); }
div.DivClassName
{
background-color: #EA73B3;
}
.BgClassName
{
background-color: #EA73B3;
}
</style>
border-color css
<style>
span { border-color: #EA73B3; }
span { border-color: rgb(234,115,179); }
td.TdClassName
{
border-color: #EA73B3;
}
.TagClassName
{
border-color: #EA73B3;
}
</style>