Shades of Persian Pink #EA82B9
Tints of Persian Pink #EA82B9
RGB
CMYK
RGB Variations
Color information
#EA82B9 (or 0xEA82B9) is known color: Persian Pink. HEX triplet: EA, 82 and B9. RGB value is (234,130,185). Sum of RGB (Red+Green+Blue) = 234+130+185=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82B9 is #157D46. Grayscale: #A7A7A7. Windows color (decimal): -1408327 or 12157674. OLE color: 12157674.
HSL color Cylindrical-coordinate representation of color #EA82B9: hue angle of 328.27º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82B9 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 185 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.08 |
| HSL | 328.27º | 0.71% | 0.71% | - |
| HSV(B) | 328.27º | 0.44% | 0.92% | - |
| XYZ | 50.67 | 36.96 | 50.36 | - |
| YUV | 167.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 185 | 0 | 0.44 | 0.21 | 0.08 | 328.27 | 0.71 | 0.71 |
| Hex | EA | 82 | B9 | 0 | 2C | 15 | 8 | 148 | 47 | 47 |
| Octal | 352 | 202 | 271 | 0 | 54 | 25 | 10 | 510 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10111001 | 0 | 101100 | 10101 | 1000 | 101001000 | 1000111 | 1000111 |
Color Harmonies of #EA82B9
Complementary color
Monochromatic Colors of #EA82B9
Black with #EA82B9
Text Example
Text Example
White with #EA82B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82B9; }
p { color: rgb(234,130,185); }
H1.HeaderClassName
{
color: #EA82B9;
}
.AnyTagClassName
{
color: #EA82B9;
}
</style>
background-color css
<style>
a { background-color: #EA82B9; }
a { background-color: rgb(234,130,185); }
div.DivClassName
{
background-color: #EA82B9;
}
.BgClassName
{
background-color: #EA82B9;
}
</style>
border-color css
<style>
span { border-color: #EA82B9; }
span { border-color: rgb(234,130,185); }
td.TdClassName
{
border-color: #EA82B9;
}
.TagClassName
{
border-color: #EA82B9;
}
</style>