Shades of Persian Pink #EB73AF
Tints of Persian Pink #EB73AF
RGB
CMYK
RGB Variations
Color information
#EB73AF (or 0xEB73AF) is known color: Persian Pink. HEX triplet: EB, 73 and AF. RGB value is (235,115,175). Sum of RGB (Red+Green+Blue) = 235+115+175=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB73AF is #148C50. Grayscale: #9D9D9D. Windows color (decimal): -1346641 or 11498475. OLE color: 11498475.
HSL color Cylindrical-coordinate representation of color #EB73AF: hue angle of 330º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73AF is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 175 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.08 |
| HSL | 330º | 0.75% | 0.69% | - |
| HSV(B) | 330º | 0.51% | 0.92% | - |
| XYZ | 48.13 | 33.02 | 44.39 | - |
| YUV | 157.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 175 | 0 | 0.51 | 0.26 | 0.08 | 330 | 0.75 | 0.69 |
| Hex | EB | 73 | AF | 0 | 33 | 1A | 8 | 14A | 4B | 45 |
| Octal | 353 | 163 | 257 | 0 | 63 | 32 | 10 | 512 | 113 | 105 |
| Binary | 11101011 | 1110011 | 10101111 | 0 | 110011 | 11010 | 1000 | 101001010 | 1001011 | 1000101 |
Color Harmonies of #EB73AF
Complementary color
Monochromatic Colors of #EB73AF
Black with #EB73AF
Text Example
Text Example
White with #EB73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73AF; }
p { color: rgb(235,115,175); }
H1.HeaderClassName
{
color: #EB73AF;
}
.AnyTagClassName
{
color: #EB73AF;
}
</style>
background-color css
<style>
a { background-color: #EB73AF; }
a { background-color: rgb(235,115,175); }
div.DivClassName
{
background-color: #EB73AF;
}
.BgClassName
{
background-color: #EB73AF;
}
</style>
border-color css
<style>
span { border-color: #EB73AF; }
span { border-color: rgb(235,115,175); }
td.TdClassName
{
border-color: #EB73AF;
}
.TagClassName
{
border-color: #EB73AF;
}
</style>