Shades of Persian Pink #EA70B9
Tints of Persian Pink #EA70B9
RGB
CMYK
RGB Variations
Color information
#EA70B9 (or 0xEA70B9) is known color: Persian Pink. HEX triplet: EA, 70 and B9. RGB value is (234,112,185). Sum of RGB (Red+Green+Blue) = 234+112+185=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70B9 is #158F46. Grayscale: #9C9C9C. Windows color (decimal): -1412935 or 12153066. OLE color: 12153066.
HSL color Cylindrical-coordinate representation of color #EA70B9: hue angle of 324.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA70B9 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 185 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.08 |
| HSL | 324.1º | 0.74% | 0.68% | - |
| HSV(B) | 324.1º | 0.52% | 0.92% | - |
| XYZ | 48.48 | 32.58 | 49.63 | - |
| YUV | 156.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 185 | 0 | 0.52 | 0.21 | 0.08 | 324.1 | 0.74 | 0.68 |
| Hex | EA | 70 | B9 | 0 | 34 | 15 | 8 | 144 | 4A | 44 |
| Octal | 352 | 160 | 271 | 0 | 64 | 25 | 10 | 504 | 112 | 104 |
| Binary | 11101010 | 1110000 | 10111001 | 0 | 110100 | 10101 | 1000 | 101000100 | 1001010 | 1000100 |
Color Harmonies of #EA70B9
Complementary color
Monochromatic Colors of #EA70B9
Black with #EA70B9
Text Example
Text Example
White with #EA70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA70B9; }
p { color: rgb(234,112,185); }
H1.HeaderClassName
{
color: #EA70B9;
}
.AnyTagClassName
{
color: #EA70B9;
}
</style>
background-color css
<style>
a { background-color: #EA70B9; }
a { background-color: rgb(234,112,185); }
div.DivClassName
{
background-color: #EA70B9;
}
.BgClassName
{
background-color: #EA70B9;
}
</style>
border-color css
<style>
span { border-color: #EA70B9; }
span { border-color: rgb(234,112,185); }
td.TdClassName
{
border-color: #EA70B9;
}
.TagClassName
{
border-color: #EA70B9;
}
</style>