Shades of Persian Pink #E474BC
Tints of Persian Pink #E474BC
RGB
CMYK
RGB Variations
Color information
#E474BC (or 0xE474BC) is known color: Persian Pink. HEX triplet: E4, 74 and BC. RGB value is (228,116,188). Sum of RGB (Red+Green+Blue) = 228+116+188=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E474BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474BC is #1B8B43. Grayscale: #9D9D9D. Windows color (decimal): -1805124 or 12350692. OLE color: 12350692.
HSL color Cylindrical-coordinate representation of color #E474BC: hue angle of 321.43º 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 #E474BC is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 188 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.11 |
| HSL | 321.43º | 0.67% | 0.67% | - |
| HSV(B) | 321.43º | 0.49% | 0.89% | - |
| XYZ | 47.32 | 32.62 | 51.38 | - |
| YUV | 157.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 188 | 0 | 0.49 | 0.18 | 0.11 | 321.43 | 0.67 | 0.67 |
| Hex | E4 | 74 | BC | 0 | 31 | 12 | B | 141 | 43 | 43 |
| Octal | 344 | 164 | 274 | 0 | 61 | 22 | 13 | 501 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10111100 | 0 | 110001 | 10010 | 1011 | 101000001 | 1000011 | 1000011 |
Color Harmonies of #E474BC
Complementary color
Monochromatic Colors of #E474BC
Black with #E474BC
Text Example
Text Example
White with #E474BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474BC; }
p { color: rgb(228,116,188); }
H1.HeaderClassName
{
color: #E474BC;
}
.AnyTagClassName
{
color: #E474BC;
}
</style>
background-color css
<style>
a { background-color: #E474BC; }
a { background-color: rgb(228,116,188); }
div.DivClassName
{
background-color: #E474BC;
}
.BgClassName
{
background-color: #E474BC;
}
</style>
border-color css
<style>
span { border-color: #E474BC; }
span { border-color: rgb(228,116,188); }
td.TdClassName
{
border-color: #E474BC;
}
.TagClassName
{
border-color: #E474BC;
}
</style>