Shades of Persian Pink #EA72C0
Tints of Persian Pink #EA72C0
RGB
CMYK
RGB Variations
Color information
#EA72C0 (or 0xEA72C0) is known color: Persian Pink. HEX triplet: EA, 72 and C0. RGB value is (234,114,192). Sum of RGB (Red+Green+Blue) = 234+114+192=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72C0 is #158D3F. Grayscale: #9E9E9E. Windows color (decimal): -1412416 or 12612330. OLE color: 12612330.
HSL color Cylindrical-coordinate representation of color #EA72C0: hue angle of 321º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72C0 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 192 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.08 |
| HSL | 321º | 0.74% | 0.68% | - |
| HSV(B) | 321º | 0.51% | 0.92% | - |
| XYZ | 49.46 | 33.33 | 53.7 | - |
| YUV | 158.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 192 | 0 | 0.51 | 0.18 | 0.08 | 321 | 0.74 | 0.68 |
| Hex | EA | 72 | C0 | 0 | 33 | 12 | 8 | 141 | 4A | 44 |
| Octal | 352 | 162 | 300 | 0 | 63 | 22 | 10 | 501 | 112 | 104 |
| Binary | 11101010 | 1110010 | 11000000 | 0 | 110011 | 10010 | 1000 | 101000001 | 1001010 | 1000100 |
Color Harmonies of #EA72C0
Complementary color
Monochromatic Colors of #EA72C0
Black with #EA72C0
Text Example
Text Example
White with #EA72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA72C0; }
p { color: rgb(234,114,192); }
H1.HeaderClassName
{
color: #EA72C0;
}
.AnyTagClassName
{
color: #EA72C0;
}
</style>
background-color css
<style>
a { background-color: #EA72C0; }
a { background-color: rgb(234,114,192); }
div.DivClassName
{
background-color: #EA72C0;
}
.BgClassName
{
background-color: #EA72C0;
}
</style>
border-color css
<style>
span { border-color: #EA72C0; }
span { border-color: rgb(234,114,192); }
td.TdClassName
{
border-color: #EA72C0;
}
.TagClassName
{
border-color: #EA72C0;
}
</style>