Shades of Persian Pink #E474C0
Tints of Persian Pink #E474C0
RGB
CMYK
RGB Variations
Color information
#E474C0 (or 0xE474C0) is known color: Persian Pink. HEX triplet: E4, 74 and C0. RGB value is (228,116,192). Sum of RGB (Red+Green+Blue) = 228+116+192=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E474C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474C0 is #1B8B3F. Grayscale: #9D9D9D. Windows color (decimal): -1805120 or 12612836. OLE color: 12612836.
HSL color Cylindrical-coordinate representation of color #E474C0: hue angle of 319.29º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474C0 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 192 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.11 |
| HSL | 319.29º | 0.67% | 0.67% | - |
| HSV(B) | 319.29º | 0.49% | 0.89% | - |
| XYZ | 47.75 | 32.79 | 53.68 | - |
| YUV | 158.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 192 | 0 | 0.49 | 0.16 | 0.11 | 319.29 | 0.67 | 0.67 |
| Hex | E4 | 74 | C0 | 0 | 31 | 10 | B | 13F | 43 | 43 |
| Octal | 344 | 164 | 300 | 0 | 61 | 20 | 13 | 477 | 103 | 103 |
| Binary | 11100100 | 1110100 | 11000000 | 0 | 110001 | 10000 | 1011 | 100111111 | 1000011 | 1000011 |
Color Harmonies of #E474C0
Complementary color
Monochromatic Colors of #E474C0
Black with #E474C0
Text Example
Text Example
White with #E474C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474C0; }
p { color: rgb(228,116,192); }
H1.HeaderClassName
{
color: #E474C0;
}
.AnyTagClassName
{
color: #E474C0;
}
</style>
background-color css
<style>
a { background-color: #E474C0; }
a { background-color: rgb(228,116,192); }
div.DivClassName
{
background-color: #E474C0;
}
.BgClassName
{
background-color: #E474C0;
}
</style>
border-color css
<style>
span { border-color: #E474C0; }
span { border-color: rgb(228,116,192); }
td.TdClassName
{
border-color: #E474C0;
}
.TagClassName
{
border-color: #E474C0;
}
</style>