Shades of Persian Pink #EA75AF
Tints of Persian Pink #EA75AF
RGB
CMYK
RGB Variations
Color information
#EA75AF (or 0xEA75AF) is known color: Persian Pink. HEX triplet: EA, 75 and AF. RGB value is (234,117,175). Sum of RGB (Red+Green+Blue) = 234+117+175=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75AF is #158A50. Grayscale: #9E9E9E. Windows color (decimal): -1411665 or 11498986. OLE color: 11498986.
HSL color Cylindrical-coordinate representation of color #EA75AF: hue angle of 330.26º 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 #EA75AF is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 175 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.08 |
| HSL | 330.26º | 0.74% | 0.69% | - |
| HSV(B) | 330.26º | 0.5% | 0.92% | - |
| XYZ | 48.03 | 33.31 | 44.46 | - |
| YUV | 158.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 175 | 0 | 0.5 | 0.25 | 0.08 | 330.26 | 0.74 | 0.69 |
| Hex | EA | 75 | AF | 0 | 32 | 19 | 8 | 14A | 4A | 45 |
| Octal | 352 | 165 | 257 | 0 | 62 | 31 | 10 | 512 | 112 | 105 |
| Binary | 11101010 | 1110101 | 10101111 | 0 | 110010 | 11001 | 1000 | 101001010 | 1001010 | 1000101 |
Color Harmonies of #EA75AF
Complementary color
Monochromatic Colors of #EA75AF
Black with #EA75AF
Text Example
Text Example
White with #EA75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75AF; }
p { color: rgb(234,117,175); }
H1.HeaderClassName
{
color: #EA75AF;
}
.AnyTagClassName
{
color: #EA75AF;
}
</style>
background-color css
<style>
a { background-color: #EA75AF; }
a { background-color: rgb(234,117,175); }
div.DivClassName
{
background-color: #EA75AF;
}
.BgClassName
{
background-color: #EA75AF;
}
</style>
border-color css
<style>
span { border-color: #EA75AF; }
span { border-color: rgb(234,117,175); }
td.TdClassName
{
border-color: #EA75AF;
}
.TagClassName
{
border-color: #EA75AF;
}
</style>