Shades of Persian Pink #EA85B7
Tints of Persian Pink #EA85B7
RGB
CMYK
RGB Variations
Color information
#EA85B7 (or 0xEA85B7) is known color: Persian Pink. HEX triplet: EA, 85 and B7. RGB value is (234,133,183). Sum of RGB (Red+Green+Blue) = 234+133+183=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85B7 is #157A48. Grayscale: #A8A8A8. Windows color (decimal): -1407561 or 12027370. OLE color: 12027370.
HSL color Cylindrical-coordinate representation of color #EA85B7: hue angle of 330.3º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85B7 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 183 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.08 |
| HSL | 330.3º | 0.71% | 0.72% | - |
| HSV(B) | 330.3º | 0.43% | 0.92% | - |
| XYZ | 50.87 | 37.69 | 49.39 | - |
| YUV | 168.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 183 | 0 | 0.43 | 0.22 | 0.08 | 330.3 | 0.71 | 0.72 |
| Hex | EA | 85 | B7 | 0 | 2B | 16 | 8 | 14A | 47 | 48 |
| Octal | 352 | 205 | 267 | 0 | 53 | 26 | 10 | 512 | 107 | 110 |
| Binary | 11101010 | 10000101 | 10110111 | 0 | 101011 | 10110 | 1000 | 101001010 | 1000111 | 1001000 |
Color Harmonies of #EA85B7
Complementary color
Monochromatic Colors of #EA85B7
Black with #EA85B7
Text Example
Text Example
White with #EA85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85B7; }
p { color: rgb(234,133,183); }
H1.HeaderClassName
{
color: #EA85B7;
}
.AnyTagClassName
{
color: #EA85B7;
}
</style>
background-color css
<style>
a { background-color: #EA85B7; }
a { background-color: rgb(234,133,183); }
div.DivClassName
{
background-color: #EA85B7;
}
.BgClassName
{
background-color: #EA85B7;
}
</style>
border-color css
<style>
span { border-color: #EA85B7; }
span { border-color: rgb(234,133,183); }
td.TdClassName
{
border-color: #EA85B7;
}
.TagClassName
{
border-color: #EA85B7;
}
</style>