Shades of Persian Pink #EA84B2
Tints of Persian Pink #EA84B2
RGB
CMYK
RGB Variations
Color information
#EA84B2 (or 0xEA84B2) is known color: Persian Pink. HEX triplet: EA, 84 and B2. RGB value is (234,132,178). Sum of RGB (Red+Green+Blue) = 234+132+178=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84B2 is #157B4D. Grayscale: #A7A7A7. Windows color (decimal): -1407822 or 11699434. OLE color: 11699434.
HSL color Cylindrical-coordinate representation of color #EA84B2: hue angle of 332.94º 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 #EA84B2 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 178 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.08 |
| HSL | 332.94º | 0.71% | 0.72% | - |
| HSV(B) | 332.94º | 0.44% | 0.92% | - |
| XYZ | 50.22 | 37.21 | 46.65 | - |
| YUV | 167.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 178 | 0 | 0.44 | 0.24 | 0.08 | 332.94 | 0.71 | 0.72 |
| Hex | EA | 84 | B2 | 0 | 2C | 18 | 8 | 14D | 47 | 48 |
| Octal | 352 | 204 | 262 | 0 | 54 | 30 | 10 | 515 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10110010 | 0 | 101100 | 11000 | 1000 | 101001101 | 1000111 | 1001000 |
Color Harmonies of #EA84B2
Complementary color
Monochromatic Colors of #EA84B2
Black with #EA84B2
Text Example
Text Example
White with #EA84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84B2; }
p { color: rgb(234,132,178); }
H1.HeaderClassName
{
color: #EA84B2;
}
.AnyTagClassName
{
color: #EA84B2;
}
</style>
background-color css
<style>
a { background-color: #EA84B2; }
a { background-color: rgb(234,132,178); }
div.DivClassName
{
background-color: #EA84B2;
}
.BgClassName
{
background-color: #EA84B2;
}
</style>
border-color css
<style>
span { border-color: #EA84B2; }
span { border-color: rgb(234,132,178); }
td.TdClassName
{
border-color: #EA84B2;
}
.TagClassName
{
border-color: #EA84B2;
}
</style>