Shades of Persian Pink #EA76C1
Tints of Persian Pink #EA76C1
RGB
CMYK
RGB Variations
Color information
#EA76C1 (or 0xEA76C1) is known color: Persian Pink. HEX triplet: EA, 76 and C1. RGB value is (234,118,193). Sum of RGB (Red+Green+Blue) = 234+118+193=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76C1 is #15893E. Grayscale: #A1A1A1. Windows color (decimal): -1411391 or 12678890. OLE color: 12678890.
HSL color Cylindrical-coordinate representation of color #EA76C1: hue angle of 321.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76C1 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 193 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.08 |
| HSL | 321.21º | 0.73% | 0.69% | - |
| HSV(B) | 321.21º | 0.5% | 0.92% | - |
| XYZ | 50.04 | 34.3 | 54.44 | - |
| YUV | 161.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 193 | 0 | 0.50 | 0.18 | 0.08 | 321.21 | 0.73 | 0.69 |
| Hex | EA | 76 | C1 | 0 | 32 | 12 | 8 | 141 | 49 | 45 |
| Octal | 352 | 166 | 301 | 0 | 62 | 22 | 10 | 501 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11000001 | 0 | 110010 | 10010 | 1000 | 101000001 | 1001001 | 1000101 |
Color Harmonies of #EA76C1
Complementary color
Monochromatic Colors of #EA76C1
Black with #EA76C1
Text Example
Text Example
White with #EA76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76C1; }
p { color: rgb(234,118,193); }
H1.HeaderClassName
{
color: #EA76C1;
}
.AnyTagClassName
{
color: #EA76C1;
}
</style>
background-color css
<style>
a { background-color: #EA76C1; }
a { background-color: rgb(234,118,193); }
div.DivClassName
{
background-color: #EA76C1;
}
.BgClassName
{
background-color: #EA76C1;
}
</style>
border-color css
<style>
span { border-color: #EA76C1; }
span { border-color: rgb(234,118,193); }
td.TdClassName
{
border-color: #EA76C1;
}
.TagClassName
{
border-color: #EA76C1;
}
</style>