Shades of Persian Pink #EA71B3
Tints of Persian Pink #EA71B3
RGB
CMYK
RGB Variations
Color information
#EA71B3 (or 0xEA71B3) is known color: Persian Pink. HEX triplet: EA, 71 and B3. RGB value is (234,113,179). Sum of RGB (Red+Green+Blue) = 234+113+179=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71B3 is #158E4C. Grayscale: #9C9C9C. Windows color (decimal): -1412685 or 11760106. OLE color: 11760106.
HSL color Cylindrical-coordinate representation of color #EA71B3: hue angle of 327.27º 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 #EA71B3 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 179 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.08 |
| HSL | 327.27º | 0.74% | 0.68% | - |
| HSV(B) | 327.27º | 0.52% | 0.92% | - |
| XYZ | 47.97 | 32.56 | 46.4 | - |
| YUV | 156.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 179 | 0 | 0.52 | 0.24 | 0.08 | 327.27 | 0.74 | 0.68 |
| Hex | EA | 71 | B3 | 0 | 34 | 18 | 8 | 147 | 4A | 44 |
| Octal | 352 | 161 | 263 | 0 | 64 | 30 | 10 | 507 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10110011 | 0 | 110100 | 11000 | 1000 | 101000111 | 1001010 | 1000100 |
Color Harmonies of #EA71B3
Complementary color
Monochromatic Colors of #EA71B3
Black with #EA71B3
Text Example
Text Example
White with #EA71B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71B3; }
p { color: rgb(234,113,179); }
H1.HeaderClassName
{
color: #EA71B3;
}
.AnyTagClassName
{
color: #EA71B3;
}
</style>
background-color css
<style>
a { background-color: #EA71B3; }
a { background-color: rgb(234,113,179); }
div.DivClassName
{
background-color: #EA71B3;
}
.BgClassName
{
background-color: #EA71B3;
}
</style>
border-color css
<style>
span { border-color: #EA71B3; }
span { border-color: rgb(234,113,179); }
td.TdClassName
{
border-color: #EA71B3;
}
.TagClassName
{
border-color: #EA71B3;
}
</style>