Shades of Persian Pink #E378AD
Tints of Persian Pink #E378AD
RGB
CMYK
RGB Variations
Color information
#E378AD (or 0xE378AD) is known color: Persian Pink. HEX triplet: E3, 78 and AD. RGB value is (227,120,173). Sum of RGB (Red+Green+Blue) = 227+120+173=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E378AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E378AD is #1C8752. Grayscale: #9D9D9D. Windows color (decimal): -1869651 or 11368675. OLE color: 11368675.
HSL color Cylindrical-coordinate representation of color #E378AD: hue angle of 330.28º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E378AD is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 173 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.11 |
| HSL | 330.28º | 0.66% | 0.68% | - |
| HSV(B) | 330.28º | 0.47% | 0.89% | - |
| XYZ | 45.94 | 32.78 | 43.44 | - |
| YUV | 158.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 173 | 0 | 0.47 | 0.24 | 0.11 | 330.28 | 0.66 | 0.68 |
| Hex | E3 | 78 | AD | 0 | 2F | 18 | B | 14A | 42 | 44 |
| Octal | 343 | 170 | 255 | 0 | 57 | 30 | 13 | 512 | 102 | 104 |
| Binary | 11100011 | 1111000 | 10101101 | 0 | 101111 | 11000 | 1011 | 101001010 | 1000010 | 1000100 |
Color Harmonies of #E378AD
Complementary color
Monochromatic Colors of #E378AD
Black with #E378AD
Text Example
Text Example
White with #E378AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378AD; }
p { color: rgb(227,120,173); }
H1.HeaderClassName
{
color: #E378AD;
}
.AnyTagClassName
{
color: #E378AD;
}
</style>
background-color css
<style>
a { background-color: #E378AD; }
a { background-color: rgb(227,120,173); }
div.DivClassName
{
background-color: #E378AD;
}
.BgClassName
{
background-color: #E378AD;
}
</style>
border-color css
<style>
span { border-color: #E378AD; }
span { border-color: rgb(227,120,173); }
td.TdClassName
{
border-color: #E378AD;
}
.TagClassName
{
border-color: #E378AD;
}
</style>