Shades of Persian Pink #E479B5
Tints of Persian Pink #E479B5
RGB
CMYK
RGB Variations
Color information
#E479B5 (or 0xE479B5) is known color: Persian Pink. HEX triplet: E4, 79 and B5. RGB value is (228,121,181). Sum of RGB (Red+Green+Blue) = 228+121+181=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E479B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479B5 is #1B864A. Grayscale: #9F9F9F. Windows color (decimal): -1803851 or 11893220. OLE color: 11893220.
HSL color Cylindrical-coordinate representation of color #E479B5: hue angle of 326.36º 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 #E479B5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 181 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.11 |
| HSL | 326.36º | 0.66% | 0.68% | - |
| HSV(B) | 326.36º | 0.47% | 0.89% | - |
| XYZ | 47.17 | 33.5 | 47.7 | - |
| YUV | 159.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 181 | 0 | 0.47 | 0.21 | 0.11 | 326.36 | 0.66 | 0.68 |
| Hex | E4 | 79 | B5 | 0 | 2F | 15 | B | 146 | 42 | 44 |
| Octal | 344 | 171 | 265 | 0 | 57 | 25 | 13 | 506 | 102 | 104 |
| Binary | 11100100 | 1111001 | 10110101 | 0 | 101111 | 10101 | 1011 | 101000110 | 1000010 | 1000100 |
Color Harmonies of #E479B5
Complementary color
Monochromatic Colors of #E479B5
Black with #E479B5
Text Example
Text Example
White with #E479B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479B5; }
p { color: rgb(228,121,181); }
H1.HeaderClassName
{
color: #E479B5;
}
.AnyTagClassName
{
color: #E479B5;
}
</style>
background-color css
<style>
a { background-color: #E479B5; }
a { background-color: rgb(228,121,181); }
div.DivClassName
{
background-color: #E479B5;
}
.BgClassName
{
background-color: #E479B5;
}
</style>
border-color css
<style>
span { border-color: #E479B5; }
span { border-color: rgb(228,121,181); }
td.TdClassName
{
border-color: #E479B5;
}
.TagClassName
{
border-color: #E479B5;
}
</style>