Shades of Persian Pink #EA77B7
Tints of Persian Pink #EA77B7
RGB
CMYK
RGB Variations
Color information
#EA77B7 (or 0xEA77B7) is known color: Persian Pink. HEX triplet: EA, 77 and B7. RGB value is (234,119,183). Sum of RGB (Red+Green+Blue) = 234+119+183=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77B7 is #158848. Grayscale: #A0A0A0. Windows color (decimal): -1411145 or 12023786. OLE color: 12023786.
HSL color Cylindrical-coordinate representation of color #EA77B7: hue angle of 326.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77B7 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 183 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.08 |
| HSL | 326.61º | 0.73% | 0.69% | - |
| HSV(B) | 326.61º | 0.49% | 0.92% | - |
| XYZ | 49.08 | 34.1 | 48.8 | - |
| YUV | 160.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 183 | 0 | 0.49 | 0.22 | 0.08 | 326.61 | 0.73 | 0.69 |
| Hex | EA | 77 | B7 | 0 | 31 | 16 | 8 | 147 | 49 | 45 |
| Octal | 352 | 167 | 267 | 0 | 61 | 26 | 10 | 507 | 111 | 105 |
| Binary | 11101010 | 1110111 | 10110111 | 0 | 110001 | 10110 | 1000 | 101000111 | 1001001 | 1000101 |
Color Harmonies of #EA77B7
Complementary color
Monochromatic Colors of #EA77B7
Black with #EA77B7
Text Example
Text Example
White with #EA77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77B7; }
p { color: rgb(234,119,183); }
H1.HeaderClassName
{
color: #EA77B7;
}
.AnyTagClassName
{
color: #EA77B7;
}
</style>
background-color css
<style>
a { background-color: #EA77B7; }
a { background-color: rgb(234,119,183); }
div.DivClassName
{
background-color: #EA77B7;
}
.BgClassName
{
background-color: #EA77B7;
}
</style>
border-color css
<style>
span { border-color: #EA77B7; }
span { border-color: rgb(234,119,183); }
td.TdClassName
{
border-color: #EA77B7;
}
.TagClassName
{
border-color: #EA77B7;
}
</style>