Shades of Persian Pink #E479BC
Tints of Persian Pink #E479BC
RGB
CMYK
RGB Variations
Color information
#E479BC (or 0xE479BC) is known color: Persian Pink. HEX triplet: E4, 79 and BC. RGB value is (228,121,188). Sum of RGB (Red+Green+Blue) = 228+121+188=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E479BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479BC is #1B8643. Grayscale: #A0A0A0. Windows color (decimal): -1803844 or 12351972. OLE color: 12351972.
HSL color Cylindrical-coordinate representation of color #E479BC: hue angle of 322.43º 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 #E479BC is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 188 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.11 |
| HSL | 322.43º | 0.66% | 0.68% | - |
| HSV(B) | 322.43º | 0.47% | 0.89% | - |
| XYZ | 47.91 | 33.8 | 51.58 | - |
| YUV | 160.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 188 | 0 | 0.47 | 0.18 | 0.11 | 322.43 | 0.66 | 0.68 |
| Hex | E4 | 79 | BC | 0 | 2F | 12 | B | 142 | 42 | 44 |
| Octal | 344 | 171 | 274 | 0 | 57 | 22 | 13 | 502 | 102 | 104 |
| Binary | 11100100 | 1111001 | 10111100 | 0 | 101111 | 10010 | 1011 | 101000010 | 1000010 | 1000100 |
Color Harmonies of #E479BC
Complementary color
Monochromatic Colors of #E479BC
Black with #E479BC
Text Example
Text Example
White with #E479BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479BC; }
p { color: rgb(228,121,188); }
H1.HeaderClassName
{
color: #E479BC;
}
.AnyTagClassName
{
color: #E479BC;
}
</style>
background-color css
<style>
a { background-color: #E479BC; }
a { background-color: rgb(228,121,188); }
div.DivClassName
{
background-color: #E479BC;
}
.BgClassName
{
background-color: #E479BC;
}
</style>
border-color css
<style>
span { border-color: #E479BC; }
span { border-color: rgb(228,121,188); }
td.TdClassName
{
border-color: #E479BC;
}
.TagClassName
{
border-color: #E479BC;
}
</style>