Shades of Persian Pink #E475AD
Tints of Persian Pink #E475AD
RGB
CMYK
RGB Variations
Color information
#E475AD (or 0xE475AD) is known color: Persian Pink. HEX triplet: E4, 75 and AD. RGB value is (228,117,173). Sum of RGB (Red+Green+Blue) = 228+117+173=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E475AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475AD is #1B8A52. Grayscale: #9C9C9C. Windows color (decimal): -1804883 or 11367908. OLE color: 11367908.
HSL color Cylindrical-coordinate representation of color #E475AD: hue angle of 329.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475AD is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 173 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.11 |
| HSL | 329.73º | 0.67% | 0.68% | - |
| HSV(B) | 329.73º | 0.49% | 0.89% | - |
| XYZ | 45.9 | 32.23 | 43.34 | - |
| YUV | 156.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 173 | 0 | 0.49 | 0.24 | 0.11 | 329.73 | 0.67 | 0.68 |
| Hex | E4 | 75 | AD | 0 | 31 | 18 | B | 14A | 43 | 44 |
| Octal | 344 | 165 | 255 | 0 | 61 | 30 | 13 | 512 | 103 | 104 |
| Binary | 11100100 | 1110101 | 10101101 | 0 | 110001 | 11000 | 1011 | 101001010 | 1000011 | 1000100 |
Color Harmonies of #E475AD
Complementary color
Monochromatic Colors of #E475AD
Black with #E475AD
Text Example
Text Example
White with #E475AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475AD; }
p { color: rgb(228,117,173); }
H1.HeaderClassName
{
color: #E475AD;
}
.AnyTagClassName
{
color: #E475AD;
}
</style>
background-color css
<style>
a { background-color: #E475AD; }
a { background-color: rgb(228,117,173); }
div.DivClassName
{
background-color: #E475AD;
}
.BgClassName
{
background-color: #E475AD;
}
</style>
border-color css
<style>
span { border-color: #E475AD; }
span { border-color: rgb(228,117,173); }
td.TdClassName
{
border-color: #E475AD;
}
.TagClassName
{
border-color: #E475AD;
}
</style>