Shades of Persian Pink #EA81C0
Tints of Persian Pink #EA81C0
RGB
CMYK
RGB Variations
Color information
#EA81C0 (or 0xEA81C0) is known color: Persian Pink. HEX triplet: EA, 81 and C0. RGB value is (234,129,192). Sum of RGB (Red+Green+Blue) = 234+129+192=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C0 is #157E3F. Grayscale: #A7A7A7. Windows color (decimal): -1408576 or 12616170. OLE color: 12616170.
HSL color Cylindrical-coordinate representation of color #EA81C0: hue angle of 324º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81C0 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 192 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.08 |
| HSL | 324º | 0.71% | 0.71% | - |
| HSV(B) | 324º | 0.45% | 0.92% | - |
| XYZ | 51.3 | 37 | 54.31 | - |
| YUV | 167.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 192 | 0 | 0.45 | 0.18 | 0.08 | 324 | 0.71 | 0.71 |
| Hex | EA | 81 | C0 | 0 | 2D | 12 | 8 | 144 | 47 | 47 |
| Octal | 352 | 201 | 300 | 0 | 55 | 22 | 10 | 504 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11000000 | 0 | 101101 | 10010 | 1000 | 101000100 | 1000111 | 1000111 |
Color Harmonies of #EA81C0
Complementary color
Monochromatic Colors of #EA81C0
Black with #EA81C0
Text Example
Text Example
White with #EA81C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81C0; }
p { color: rgb(234,129,192); }
H1.HeaderClassName
{
color: #EA81C0;
}
.AnyTagClassName
{
color: #EA81C0;
}
</style>
background-color css
<style>
a { background-color: #EA81C0; }
a { background-color: rgb(234,129,192); }
div.DivClassName
{
background-color: #EA81C0;
}
.BgClassName
{
background-color: #EA81C0;
}
</style>
border-color css
<style>
span { border-color: #EA81C0; }
span { border-color: rgb(234,129,192); }
td.TdClassName
{
border-color: #EA81C0;
}
.TagClassName
{
border-color: #EA81C0;
}
</style>