Shades of Persian Pink #E375AD
Tints of Persian Pink #E375AD
RGB
CMYK
RGB Variations
Color information
#E375AD (or 0xE375AD) is known color: Persian Pink. HEX triplet: E3, 75 and AD. RGB value is (227,117,173). Sum of RGB (Red+Green+Blue) = 227+117+173=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AD is #1C8A52. Grayscale: #9C9C9C. Windows color (decimal): -1870419 or 11367907. OLE color: 11367907.
HSL color Cylindrical-coordinate representation of color #E375AD: hue angle of 329.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375AD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 173 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.11 |
| HSL | 329.45º | 0.66% | 0.67% | - |
| HSV(B) | 329.45º | 0.48% | 0.89% | - |
| XYZ | 45.58 | 32.07 | 43.32 | - |
| YUV | 156.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 173 | 0 | 0.48 | 0.24 | 0.11 | 329.45 | 0.66 | 0.67 |
| Hex | E3 | 75 | AD | 0 | 30 | 18 | B | 149 | 42 | 43 |
| Octal | 343 | 165 | 255 | 0 | 60 | 30 | 13 | 511 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10101101 | 0 | 110000 | 11000 | 1011 | 101001001 | 1000010 | 1000011 |
Color Harmonies of #E375AD
Complementary color
Monochromatic Colors of #E375AD
Black with #E375AD
Text Example
Text Example
White with #E375AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375AD; }
p { color: rgb(227,117,173); }
H1.HeaderClassName
{
color: #E375AD;
}
.AnyTagClassName
{
color: #E375AD;
}
</style>
background-color css
<style>
a { background-color: #E375AD; }
a { background-color: rgb(227,117,173); }
div.DivClassName
{
background-color: #E375AD;
}
.BgClassName
{
background-color: #E375AD;
}
</style>
border-color css
<style>
span { border-color: #E375AD; }
span { border-color: rgb(227,117,173); }
td.TdClassName
{
border-color: #E375AD;
}
.TagClassName
{
border-color: #E375AD;
}
</style>