Shades of Persian Pink #EA84B8
Tints of Persian Pink #EA84B8
RGB
CMYK
RGB Variations
Color information
#EA84B8 (or 0xEA84B8) is known color: Persian Pink. HEX triplet: EA, 84 and B8. RGB value is (234,132,184). Sum of RGB (Red+Green+Blue) = 234+132+184=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84B8 is #157B47. Grayscale: #A8A8A8. Windows color (decimal): -1407816 or 12092650. OLE color: 12092650.
HSL color Cylindrical-coordinate representation of color #EA84B8: hue angle of 329.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84B8 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 184 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.08 |
| HSL | 329.41º | 0.71% | 0.72% | - |
| HSV(B) | 329.41º | 0.44% | 0.92% | - |
| XYZ | 50.83 | 37.46 | 49.9 | - |
| YUV | 168.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 184 | 0 | 0.44 | 0.21 | 0.08 | 329.41 | 0.71 | 0.72 |
| Hex | EA | 84 | B8 | 0 | 2C | 15 | 8 | 149 | 47 | 48 |
| Octal | 352 | 204 | 270 | 0 | 54 | 25 | 10 | 511 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10111000 | 0 | 101100 | 10101 | 1000 | 101001001 | 1000111 | 1001000 |
Color Harmonies of #EA84B8
Complementary color
Monochromatic Colors of #EA84B8
Black with #EA84B8
Text Example
Text Example
White with #EA84B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84B8; }
p { color: rgb(234,132,184); }
H1.HeaderClassName
{
color: #EA84B8;
}
.AnyTagClassName
{
color: #EA84B8;
}
</style>
background-color css
<style>
a { background-color: #EA84B8; }
a { background-color: rgb(234,132,184); }
div.DivClassName
{
background-color: #EA84B8;
}
.BgClassName
{
background-color: #EA84B8;
}
</style>
border-color css
<style>
span { border-color: #EA84B8; }
span { border-color: rgb(234,132,184); }
td.TdClassName
{
border-color: #EA84B8;
}
.TagClassName
{
border-color: #EA84B8;
}
</style>