Shades of Persian Pink #E075AD
Tints of Persian Pink #E075AD
RGB
CMYK
RGB Variations
Color information
#E075AD (or 0xE075AD) is known color: Persian Pink. HEX triplet: E0, 75 and AD. RGB value is (224,117,173). Sum of RGB (Red+Green+Blue) = 224+117+173=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AD is #1F8A52. Grayscale: #9B9B9B. Windows color (decimal): -2067027 or 11367904. OLE color: 11367904.
HSL color Cylindrical-coordinate representation of color #E075AD: hue angle of 328.6º 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 #E075AD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 173 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.12 |
| HSL | 328.6º | 0.63% | 0.67% | - |
| HSV(B) | 328.6º | 0.48% | 0.88% | - |
| XYZ | 44.64 | 31.59 | 43.28 | - |
| YUV | 155.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 173 | 0 | 0.48 | 0.23 | 0.12 | 328.6 | 0.63 | 0.67 |
| Hex | E0 | 75 | AD | 0 | 30 | 17 | C | 149 | 3F | 43 |
| Octal | 340 | 165 | 255 | 0 | 60 | 27 | 14 | 511 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10101101 | 0 | 110000 | 10111 | 1100 | 101001001 | 111111 | 1000011 |
Color Harmonies of #E075AD
Complementary color
Monochromatic Colors of #E075AD
Black with #E075AD
Text Example
Text Example
White with #E075AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075AD; }
p { color: rgb(224,117,173); }
H1.HeaderClassName
{
color: #E075AD;
}
.AnyTagClassName
{
color: #E075AD;
}
</style>
background-color css
<style>
a { background-color: #E075AD; }
a { background-color: rgb(224,117,173); }
div.DivClassName
{
background-color: #E075AD;
}
.BgClassName
{
background-color: #E075AD;
}
</style>
border-color css
<style>
span { border-color: #E075AD; }
span { border-color: rgb(224,117,173); }
td.TdClassName
{
border-color: #E075AD;
}
.TagClassName
{
border-color: #E075AD;
}
</style>