Shades of Persian Pink #EA71B9
Tints of Persian Pink #EA71B9
RGB
CMYK
RGB Variations
Color information
#EA71B9 (or 0xEA71B9) is known color: Persian Pink. HEX triplet: EA, 71 and B9. RGB value is (234,113,185). Sum of RGB (Red+Green+Blue) = 234+113+185=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71B9 is #158E46. Grayscale: #9D9D9D. Windows color (decimal): -1412679 or 12153322. OLE color: 12153322.
HSL color Cylindrical-coordinate representation of color #EA71B9: hue angle of 324.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71B9 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 185 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.08 |
| HSL | 324.3º | 0.74% | 0.68% | - |
| HSV(B) | 324.3º | 0.52% | 0.92% | - |
| XYZ | 48.59 | 32.81 | 49.67 | - |
| YUV | 157.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 185 | 0 | 0.52 | 0.21 | 0.08 | 324.3 | 0.74 | 0.68 |
| Hex | EA | 71 | B9 | 0 | 34 | 15 | 8 | 144 | 4A | 44 |
| Octal | 352 | 161 | 271 | 0 | 64 | 25 | 10 | 504 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10111001 | 0 | 110100 | 10101 | 1000 | 101000100 | 1001010 | 1000100 |
Color Harmonies of #EA71B9
Complementary color
Monochromatic Colors of #EA71B9
Black with #EA71B9
Text Example
Text Example
White with #EA71B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71B9; }
p { color: rgb(234,113,185); }
H1.HeaderClassName
{
color: #EA71B9;
}
.AnyTagClassName
{
color: #EA71B9;
}
</style>
background-color css
<style>
a { background-color: #EA71B9; }
a { background-color: rgb(234,113,185); }
div.DivClassName
{
background-color: #EA71B9;
}
.BgClassName
{
background-color: #EA71B9;
}
</style>
border-color css
<style>
span { border-color: #EA71B9; }
span { border-color: rgb(234,113,185); }
td.TdClassName
{
border-color: #EA71B9;
}
.TagClassName
{
border-color: #EA71B9;
}
</style>