Shades of Persian Pink #EA73BF
Tints of Persian Pink #EA73BF
RGB
CMYK
RGB Variations
Color information
#EA73BF (or 0xEA73BF) is known color: Persian Pink. HEX triplet: EA, 73 and BF. RGB value is (234,115,191). Sum of RGB (Red+Green+Blue) = 234+115+191=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73BF is #158C40. Grayscale: #9F9F9F. Windows color (decimal): -1412161 or 12547050. OLE color: 12547050.
HSL color Cylindrical-coordinate representation of color #EA73BF: hue angle of 321.68º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73BF is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 191 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.08 |
| HSL | 321.68º | 0.74% | 0.68% | - |
| HSV(B) | 321.68º | 0.51% | 0.92% | - |
| XYZ | 49.47 | 33.52 | 53.15 | - |
| YUV | 159.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 191 | 0 | 0.51 | 0.18 | 0.08 | 321.68 | 0.74 | 0.68 |
| Hex | EA | 73 | BF | 0 | 33 | 12 | 8 | 142 | 4A | 44 |
| Octal | 352 | 163 | 277 | 0 | 63 | 22 | 10 | 502 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10111111 | 0 | 110011 | 10010 | 1000 | 101000010 | 1001010 | 1000100 |
Color Harmonies of #EA73BF
Complementary color
Monochromatic Colors of #EA73BF
Black with #EA73BF
Text Example
Text Example
White with #EA73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73BF; }
p { color: rgb(234,115,191); }
H1.HeaderClassName
{
color: #EA73BF;
}
.AnyTagClassName
{
color: #EA73BF;
}
</style>
background-color css
<style>
a { background-color: #EA73BF; }
a { background-color: rgb(234,115,191); }
div.DivClassName
{
background-color: #EA73BF;
}
.BgClassName
{
background-color: #EA73BF;
}
</style>
border-color css
<style>
span { border-color: #EA73BF; }
span { border-color: rgb(234,115,191); }
td.TdClassName
{
border-color: #EA73BF;
}
.TagClassName
{
border-color: #EA73BF;
}
</style>