Shades of Persian Pink #E075AF
Tints of Persian Pink #E075AF
RGB
CMYK
RGB Variations
Color information
#E075AF (or 0xE075AF) is known color: Persian Pink. HEX triplet: E0, 75 and AF. RGB value is (224,117,175). Sum of RGB (Red+Green+Blue) = 224+117+175=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AF is #1F8A50. Grayscale: #9B9B9B. Windows color (decimal): -2067025 or 11498976. OLE color: 11498976.
HSL color Cylindrical-coordinate representation of color #E075AF: hue angle of 327.48º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075AF is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 175 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.12 |
| HSL | 327.48º | 0.63% | 0.67% | - |
| HSV(B) | 327.48º | 0.48% | 0.88% | - |
| XYZ | 44.84 | 31.67 | 44.31 | - |
| YUV | 155.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 175 | 0 | 0.48 | 0.22 | 0.12 | 327.48 | 0.63 | 0.67 |
| Hex | E0 | 75 | AF | 0 | 30 | 16 | C | 147 | 3F | 43 |
| Octal | 340 | 165 | 257 | 0 | 60 | 26 | 14 | 507 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10101111 | 0 | 110000 | 10110 | 1100 | 101000111 | 111111 | 1000011 |
Color Harmonies of #E075AF
Complementary color
Monochromatic Colors of #E075AF
Black with #E075AF
Text Example
Text Example
White with #E075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075AF; }
p { color: rgb(224,117,175); }
H1.HeaderClassName
{
color: #E075AF;
}
.AnyTagClassName
{
color: #E075AF;
}
</style>
background-color css
<style>
a { background-color: #E075AF; }
a { background-color: rgb(224,117,175); }
div.DivClassName
{
background-color: #E075AF;
}
.BgClassName
{
background-color: #E075AF;
}
</style>
border-color css
<style>
span { border-color: #E075AF; }
span { border-color: rgb(224,117,175); }
td.TdClassName
{
border-color: #E075AF;
}
.TagClassName
{
border-color: #E075AF;
}
</style>