Shades of Persian Pink #EA79C0
Tints of Persian Pink #EA79C0
RGB
CMYK
RGB Variations
Color information
#EA79C0 (or 0xEA79C0) is known color: Persian Pink. HEX triplet: EA, 79 and C0. RGB value is (234,121,192). Sum of RGB (Red+Green+Blue) = 234+121+192=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79C0 is #15863F. Grayscale: #A2A2A2. Windows color (decimal): -1410624 or 12614122. OLE color: 12614122.
HSL color Cylindrical-coordinate representation of color #EA79C0: hue angle of 322.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79C0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 192 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.08 |
| HSL | 322.3º | 0.73% | 0.7% | - |
| HSV(B) | 322.3º | 0.48% | 0.92% | - |
| XYZ | 50.28 | 34.97 | 53.97 | - |
| YUV | 162.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 192 | 0 | 0.48 | 0.18 | 0.08 | 322.3 | 0.73 | 0.7 |
| Hex | EA | 79 | C0 | 0 | 30 | 12 | 8 | 142 | 49 | 46 |
| Octal | 352 | 171 | 300 | 0 | 60 | 22 | 10 | 502 | 111 | 106 |
| Binary | 11101010 | 1111001 | 11000000 | 0 | 110000 | 10010 | 1000 | 101000010 | 1001001 | 1000110 |
Color Harmonies of #EA79C0
Complementary color
Monochromatic Colors of #EA79C0
Black with #EA79C0
Text Example
Text Example
White with #EA79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA79C0; }
p { color: rgb(234,121,192); }
H1.HeaderClassName
{
color: #EA79C0;
}
.AnyTagClassName
{
color: #EA79C0;
}
</style>
background-color css
<style>
a { background-color: #EA79C0; }
a { background-color: rgb(234,121,192); }
div.DivClassName
{
background-color: #EA79C0;
}
.BgClassName
{
background-color: #EA79C0;
}
</style>
border-color css
<style>
span { border-color: #EA79C0; }
span { border-color: rgb(234,121,192); }
td.TdClassName
{
border-color: #EA79C0;
}
.TagClassName
{
border-color: #EA79C0;
}
</style>