Shades of Persian Pink #EA75BA
Tints of Persian Pink #EA75BA
RGB
CMYK
RGB Variations
Color information
#EA75BA (or 0xEA75BA) is known color: Persian Pink. HEX triplet: EA, 75 and BA. RGB value is (234,117,186). Sum of RGB (Red+Green+Blue) = 234+117+186=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75BA is #158A45. Grayscale: #9F9F9F. Windows color (decimal): -1411654 or 12219882. OLE color: 12219882.
HSL color Cylindrical-coordinate representation of color #EA75BA: hue angle of 324.62º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75BA is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 186 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.08 |
| HSL | 324.62º | 0.74% | 0.69% | - |
| HSV(B) | 324.62º | 0.5% | 0.92% | - |
| XYZ | 49.16 | 33.76 | 50.38 | - |
| YUV | 159.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 186 | 0 | 0.5 | 0.21 | 0.08 | 324.62 | 0.74 | 0.69 |
| Hex | EA | 75 | BA | 0 | 32 | 15 | 8 | 145 | 4A | 45 |
| Octal | 352 | 165 | 272 | 0 | 62 | 25 | 10 | 505 | 112 | 105 |
| Binary | 11101010 | 1110101 | 10111010 | 0 | 110010 | 10101 | 1000 | 101000101 | 1001010 | 1000101 |
Color Harmonies of #EA75BA
Complementary color
Monochromatic Colors of #EA75BA
Black with #EA75BA
Text Example
Text Example
White with #EA75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75BA; }
p { color: rgb(234,117,186); }
H1.HeaderClassName
{
color: #EA75BA;
}
.AnyTagClassName
{
color: #EA75BA;
}
</style>
background-color css
<style>
a { background-color: #EA75BA; }
a { background-color: rgb(234,117,186); }
div.DivClassName
{
background-color: #EA75BA;
}
.BgClassName
{
background-color: #EA75BA;
}
</style>
border-color css
<style>
span { border-color: #EA75BA; }
span { border-color: rgb(234,117,186); }
td.TdClassName
{
border-color: #EA75BA;
}
.TagClassName
{
border-color: #EA75BA;
}
</style>