Shades of Persian Pink #EA7FBA
Tints of Persian Pink #EA7FBA
RGB
CMYK
RGB Variations
Color information
#EA7FBA (or 0xEA7FBA) is known color: Persian Pink. HEX triplet: EA, 7F and BA. RGB value is (234,127,186). Sum of RGB (Red+Green+Blue) = 234+127+186=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FBA is #158045. Grayscale: #A5A5A5. Windows color (decimal): -1409094 or 12222442. OLE color: 12222442.
HSL color Cylindrical-coordinate representation of color #EA7FBA: hue angle of 326.92º 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 #EA7FBA is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 186 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.08 |
| HSL | 326.92º | 0.72% | 0.71% | - |
| HSV(B) | 326.92º | 0.46% | 0.92% | - |
| XYZ | 50.38 | 36.22 | 50.79 | - |
| YUV | 165.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 186 | 0 | 0.46 | 0.21 | 0.08 | 326.92 | 0.72 | 0.71 |
| Hex | EA | 7F | BA | 0 | 2E | 15 | 8 | 147 | 48 | 47 |
| Octal | 352 | 177 | 272 | 0 | 56 | 25 | 10 | 507 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10111010 | 0 | 101110 | 10101 | 1000 | 101000111 | 1001000 | 1000111 |
Color Harmonies of #EA7FBA
Complementary color
Monochromatic Colors of #EA7FBA
Black with #EA7FBA
Text Example
Text Example
White with #EA7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FBA; }
p { color: rgb(234,127,186); }
H1.HeaderClassName
{
color: #EA7FBA;
}
.AnyTagClassName
{
color: #EA7FBA;
}
</style>
background-color css
<style>
a { background-color: #EA7FBA; }
a { background-color: rgb(234,127,186); }
div.DivClassName
{
background-color: #EA7FBA;
}
.BgClassName
{
background-color: #EA7FBA;
}
</style>
border-color css
<style>
span { border-color: #EA7FBA; }
span { border-color: rgb(234,127,186); }
td.TdClassName
{
border-color: #EA7FBA;
}
.TagClassName
{
border-color: #EA7FBA;
}
</style>