Shades of Persian Pink #EA77B8
Tints of Persian Pink #EA77B8
RGB
CMYK
RGB Variations
Color information
#EA77B8 (or 0xEA77B8) is known color: Persian Pink. HEX triplet: EA, 77 and B8. RGB value is (234,119,184). Sum of RGB (Red+Green+Blue) = 234+119+184=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77B8 is #158847. Grayscale: #A0A0A0. Windows color (decimal): -1411144 or 12089322. OLE color: 12089322.
HSL color Cylindrical-coordinate representation of color #EA77B8: hue angle of 326.09º 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 #EA77B8 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 184 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.08 |
| HSL | 326.09º | 0.73% | 0.69% | - |
| HSV(B) | 326.09º | 0.49% | 0.92% | - |
| XYZ | 49.18 | 34.15 | 49.35 | - |
| YUV | 160.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 184 | 0 | 0.49 | 0.21 | 0.08 | 326.09 | 0.73 | 0.69 |
| Hex | EA | 77 | B8 | 0 | 31 | 15 | 8 | 146 | 49 | 45 |
| Octal | 352 | 167 | 270 | 0 | 61 | 25 | 10 | 506 | 111 | 105 |
| Binary | 11101010 | 1110111 | 10111000 | 0 | 110001 | 10101 | 1000 | 101000110 | 1001001 | 1000101 |
Color Harmonies of #EA77B8
Complementary color
Monochromatic Colors of #EA77B8
Black with #EA77B8
Text Example
Text Example
White with #EA77B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77B8; }
p { color: rgb(234,119,184); }
H1.HeaderClassName
{
color: #EA77B8;
}
.AnyTagClassName
{
color: #EA77B8;
}
</style>
background-color css
<style>
a { background-color: #EA77B8; }
a { background-color: rgb(234,119,184); }
div.DivClassName
{
background-color: #EA77B8;
}
.BgClassName
{
background-color: #EA77B8;
}
</style>
border-color css
<style>
span { border-color: #EA77B8; }
span { border-color: rgb(234,119,184); }
td.TdClassName
{
border-color: #EA77B8;
}
.TagClassName
{
border-color: #EA77B8;
}
</style>