Shades of Persian Pink #EA71BE
Tints of Persian Pink #EA71BE
RGB
CMYK
RGB Variations
Color information
#EA71BE (or 0xEA71BE) is known color: Persian Pink. HEX triplet: EA, 71 and BE. RGB value is (234,113,190). Sum of RGB (Red+Green+Blue) = 234+113+190=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71BE is #158E41. Grayscale: #9D9D9D. Windows color (decimal): -1412674 or 12481002. OLE color: 12481002.
HSL color Cylindrical-coordinate representation of color #EA71BE: hue angle of 321.82º 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 #EA71BE is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 190 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.08 |
| HSL | 321.82º | 0.74% | 0.68% | - |
| HSV(B) | 321.82º | 0.52% | 0.92% | - |
| XYZ | 49.13 | 33.02 | 52.5 | - |
| YUV | 157.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 190 | 0 | 0.52 | 0.19 | 0.08 | 321.82 | 0.74 | 0.68 |
| Hex | EA | 71 | BE | 0 | 34 | 13 | 8 | 142 | 4A | 44 |
| Octal | 352 | 161 | 276 | 0 | 64 | 23 | 10 | 502 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10111110 | 0 | 110100 | 10011 | 1000 | 101000010 | 1001010 | 1000100 |
Color Harmonies of #EA71BE
Complementary color
Monochromatic Colors of #EA71BE
Black with #EA71BE
Text Example
Text Example
White with #EA71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71BE; }
p { color: rgb(234,113,190); }
H1.HeaderClassName
{
color: #EA71BE;
}
.AnyTagClassName
{
color: #EA71BE;
}
</style>
background-color css
<style>
a { background-color: #EA71BE; }
a { background-color: rgb(234,113,190); }
div.DivClassName
{
background-color: #EA71BE;
}
.BgClassName
{
background-color: #EA71BE;
}
</style>
border-color css
<style>
span { border-color: #EA71BE; }
span { border-color: rgb(234,113,190); }
td.TdClassName
{
border-color: #EA71BE;
}
.TagClassName
{
border-color: #EA71BE;
}
</style>