Shades of Persian Pink #EA81B4
Tints of Persian Pink #EA81B4
RGB
CMYK
RGB Variations
Color information
#EA81B4 (or 0xEA81B4) is known color: Persian Pink. HEX triplet: EA, 81 and B4. RGB value is (234,129,180). Sum of RGB (Red+Green+Blue) = 234+129+180=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81B4 is #157E4B. Grayscale: #A6A6A6. Windows color (decimal): -1408588 or 11829738. OLE color: 11829738.
HSL color Cylindrical-coordinate representation of color #EA81B4: hue angle of 330.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81B4 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 180 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.08 |
| HSL | 330.86º | 0.71% | 0.71% | - |
| HSV(B) | 330.86º | 0.45% | 0.92% | - |
| XYZ | 50.02 | 36.49 | 47.59 | - |
| YUV | 166.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 180 | 0 | 0.45 | 0.23 | 0.08 | 330.86 | 0.71 | 0.71 |
| Hex | EA | 81 | B4 | 0 | 2D | 17 | 8 | 14B | 47 | 47 |
| Octal | 352 | 201 | 264 | 0 | 55 | 27 | 10 | 513 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10110100 | 0 | 101101 | 10111 | 1000 | 101001011 | 1000111 | 1000111 |
Color Harmonies of #EA81B4
Complementary color
Monochromatic Colors of #EA81B4
Black with #EA81B4
Text Example
Text Example
White with #EA81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81B4; }
p { color: rgb(234,129,180); }
H1.HeaderClassName
{
color: #EA81B4;
}
.AnyTagClassName
{
color: #EA81B4;
}
</style>
background-color css
<style>
a { background-color: #EA81B4; }
a { background-color: rgb(234,129,180); }
div.DivClassName
{
background-color: #EA81B4;
}
.BgClassName
{
background-color: #EA81B4;
}
</style>
border-color css
<style>
span { border-color: #EA81B4; }
span { border-color: rgb(234,129,180); }
td.TdClassName
{
border-color: #EA81B4;
}
.TagClassName
{
border-color: #EA81B4;
}
</style>