Shades of Persian Pink #E474BA
Tints of Persian Pink #E474BA
RGB
CMYK
RGB Variations
Color information
#E474BA (or 0xE474BA) is known color: Persian Pink. HEX triplet: E4, 74 and BA. RGB value is (228,116,186). Sum of RGB (Red+Green+Blue) = 228+116+186=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E474BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474BA is #1B8B45. Grayscale: #9D9D9D. Windows color (decimal): -1805126 or 12219620. OLE color: 12219620.
HSL color Cylindrical-coordinate representation of color #E474BA: hue angle of 322.5º 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 #E474BA is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 186 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.11 |
| HSL | 322.5º | 0.67% | 0.67% | - |
| HSV(B) | 322.5º | 0.49% | 0.89% | - |
| XYZ | 47.1 | 32.53 | 50.25 | - |
| YUV | 157.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 186 | 0 | 0.49 | 0.18 | 0.11 | 322.5 | 0.67 | 0.67 |
| Hex | E4 | 74 | BA | 0 | 31 | 12 | B | 142 | 43 | 43 |
| Octal | 344 | 164 | 272 | 0 | 61 | 22 | 13 | 502 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10111010 | 0 | 110001 | 10010 | 1011 | 101000010 | 1000011 | 1000011 |
Color Harmonies of #E474BA
Complementary color
Monochromatic Colors of #E474BA
Black with #E474BA
Text Example
Text Example
White with #E474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474BA; }
p { color: rgb(228,116,186); }
H1.HeaderClassName
{
color: #E474BA;
}
.AnyTagClassName
{
color: #E474BA;
}
</style>
background-color css
<style>
a { background-color: #E474BA; }
a { background-color: rgb(228,116,186); }
div.DivClassName
{
background-color: #E474BA;
}
.BgClassName
{
background-color: #E474BA;
}
</style>
border-color css
<style>
span { border-color: #E474BA; }
span { border-color: rgb(228,116,186); }
td.TdClassName
{
border-color: #E474BA;
}
.TagClassName
{
border-color: #E474BA;
}
</style>