Shades of Persian Pink #EA7FC0
Tints of Persian Pink #EA7FC0
RGB
CMYK
RGB Variations
Color information
#EA7FC0 (or 0xEA7FC0) is known color: Persian Pink. HEX triplet: EA, 7F and C0. RGB value is (234,127,192). Sum of RGB (Red+Green+Blue) = 234+127+192=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FC0 is #15803F. Grayscale: #A6A6A6. Windows color (decimal): -1409088 or 12615658. OLE color: 12615658.
HSL color Cylindrical-coordinate representation of color #EA7FC0: hue angle of 323.55º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FC0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 192 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.08 |
| HSL | 323.55º | 0.72% | 0.71% | - |
| HSV(B) | 323.55º | 0.46% | 0.92% | - |
| XYZ | 51.04 | 36.48 | 54.22 | - |
| YUV | 166.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 192 | 0 | 0.46 | 0.18 | 0.08 | 323.55 | 0.72 | 0.71 |
| Hex | EA | 7F | C0 | 0 | 2E | 12 | 8 | 144 | 48 | 47 |
| Octal | 352 | 177 | 300 | 0 | 56 | 22 | 10 | 504 | 110 | 107 |
| Binary | 11101010 | 1111111 | 11000000 | 0 | 101110 | 10010 | 1000 | 101000100 | 1001000 | 1000111 |
Color Harmonies of #EA7FC0
Complementary color
Monochromatic Colors of #EA7FC0
Black with #EA7FC0
Text Example
Text Example
White with #EA7FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FC0; }
p { color: rgb(234,127,192); }
H1.HeaderClassName
{
color: #EA7FC0;
}
.AnyTagClassName
{
color: #EA7FC0;
}
</style>
background-color css
<style>
a { background-color: #EA7FC0; }
a { background-color: rgb(234,127,192); }
div.DivClassName
{
background-color: #EA7FC0;
}
.BgClassName
{
background-color: #EA7FC0;
}
</style>
border-color css
<style>
span { border-color: #EA7FC0; }
span { border-color: rgb(234,127,192); }
td.TdClassName
{
border-color: #EA7FC0;
}
.TagClassName
{
border-color: #EA7FC0;
}
</style>