Shades of Persian Pink #E975AF
Tints of Persian Pink #E975AF
RGB
CMYK
RGB Variations
Color information
#E975AF (or 0xE975AF) is known color: Persian Pink. HEX triplet: E9, 75 and AF. RGB value is (233,117,175). Sum of RGB (Red+Green+Blue) = 233+117+175=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E975AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975AF is #168A50. Grayscale: #9E9E9E. Windows color (decimal): -1477201 or 11498985. OLE color: 11498985.
HSL color Cylindrical-coordinate representation of color #E975AF: hue angle of 330º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975AF is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 175 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.09 |
| HSL | 330º | 0.73% | 0.69% | - |
| HSV(B) | 330º | 0.5% | 0.91% | - |
| XYZ | 47.7 | 33.14 | 44.44 | - |
| YUV | 158.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 175 | 0 | 0.50 | 0.25 | 0.09 | 330 | 0.73 | 0.69 |
| Hex | E9 | 75 | AF | 0 | 32 | 19 | 9 | 14A | 48 | 45 |
| Octal | 351 | 165 | 257 | 0 | 62 | 31 | 11 | 512 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10101111 | 0 | 110010 | 11001 | 1001 | 101001010 | 1001000 | 1000101 |
Color Harmonies of #E975AF
Complementary color
Monochromatic Colors of #E975AF
Black with #E975AF
Text Example
Text Example
White with #E975AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975AF; }
p { color: rgb(233,117,175); }
H1.HeaderClassName
{
color: #E975AF;
}
.AnyTagClassName
{
color: #E975AF;
}
</style>
background-color css
<style>
a { background-color: #E975AF; }
a { background-color: rgb(233,117,175); }
div.DivClassName
{
background-color: #E975AF;
}
.BgClassName
{
background-color: #E975AF;
}
</style>
border-color css
<style>
span { border-color: #E975AF; }
span { border-color: rgb(233,117,175); }
td.TdClassName
{
border-color: #E975AF;
}
.TagClassName
{
border-color: #E975AF;
}
</style>