Shades of Persian Pink #EA84BD
Tints of Persian Pink #EA84BD
RGB
CMYK
RGB Variations
Color information
#EA84BD (or 0xEA84BD) is known color: Persian Pink. HEX triplet: EA, 84 and BD. RGB value is (234,132,189). Sum of RGB (Red+Green+Blue) = 234+132+189=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84BD is #157B42. Grayscale: #A8A8A8. Windows color (decimal): -1407811 or 12420330. OLE color: 12420330.
HSL color Cylindrical-coordinate representation of color #EA84BD: hue angle of 326.47º 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 #EA84BD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 189 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.08 |
| HSL | 326.47º | 0.71% | 0.72% | - |
| HSV(B) | 326.47º | 0.44% | 0.92% | - |
| XYZ | 51.37 | 37.67 | 52.71 | - |
| YUV | 169 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 189 | 0 | 0.44 | 0.19 | 0.08 | 326.47 | 0.71 | 0.72 |
| Hex | EA | 84 | BD | 0 | 2C | 13 | 8 | 146 | 47 | 48 |
| Octal | 352 | 204 | 275 | 0 | 54 | 23 | 10 | 506 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10111101 | 0 | 101100 | 10011 | 1000 | 101000110 | 1000111 | 1001000 |
Color Harmonies of #EA84BD
Complementary color
Monochromatic Colors of #EA84BD
Black with #EA84BD
Text Example
Text Example
White with #EA84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84BD; }
p { color: rgb(234,132,189); }
H1.HeaderClassName
{
color: #EA84BD;
}
.AnyTagClassName
{
color: #EA84BD;
}
</style>
background-color css
<style>
a { background-color: #EA84BD; }
a { background-color: rgb(234,132,189); }
div.DivClassName
{
background-color: #EA84BD;
}
.BgClassName
{
background-color: #EA84BD;
}
</style>
border-color css
<style>
span { border-color: #EA84BD; }
span { border-color: rgb(234,132,189); }
td.TdClassName
{
border-color: #EA84BD;
}
.TagClassName
{
border-color: #EA84BD;
}
</style>