Shades of Persian Pink #EA81B9
Tints of Persian Pink #EA81B9
RGB
CMYK
RGB Variations
Color information
#EA81B9 (or 0xEA81B9) is known color: Persian Pink. HEX triplet: EA, 81 and B9. RGB value is (234,129,185). Sum of RGB (Red+Green+Blue) = 234+129+185=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81B9 is #157E46. Grayscale: #A6A6A6. Windows color (decimal): -1408583 or 12157418. OLE color: 12157418.
HSL color Cylindrical-coordinate representation of color #EA81B9: hue angle of 328º 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 #EA81B9 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 185 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.08 |
| HSL | 328º | 0.71% | 0.71% | - |
| HSV(B) | 328º | 0.45% | 0.92% | - |
| XYZ | 50.54 | 36.7 | 50.32 | - |
| YUV | 166.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 185 | 0 | 0.45 | 0.21 | 0.08 | 328 | 0.71 | 0.71 |
| Hex | EA | 81 | B9 | 0 | 2D | 15 | 8 | 148 | 47 | 47 |
| Octal | 352 | 201 | 271 | 0 | 55 | 25 | 10 | 510 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10111001 | 0 | 101101 | 10101 | 1000 | 101001000 | 1000111 | 1000111 |
Color Harmonies of #EA81B9
Complementary color
Monochromatic Colors of #EA81B9
Black with #EA81B9
Text Example
Text Example
White with #EA81B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81B9; }
p { color: rgb(234,129,185); }
H1.HeaderClassName
{
color: #EA81B9;
}
.AnyTagClassName
{
color: #EA81B9;
}
</style>
background-color css
<style>
a { background-color: #EA81B9; }
a { background-color: rgb(234,129,185); }
div.DivClassName
{
background-color: #EA81B9;
}
.BgClassName
{
background-color: #EA81B9;
}
</style>
border-color css
<style>
span { border-color: #EA81B9; }
span { border-color: rgb(234,129,185); }
td.TdClassName
{
border-color: #EA81B9;
}
.TagClassName
{
border-color: #EA81B9;
}
</style>