Shades of Persian Pink #E478B1
Tints of Persian Pink #E478B1
RGB
CMYK
RGB Variations
Color information
#E478B1 (or 0xE478B1) is known color: Persian Pink. HEX triplet: E4, 78 and B1. RGB value is (228,120,177). Sum of RGB (Red+Green+Blue) = 228+120+177=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478B1 is #1B874E. Grayscale: #9E9E9E. Windows color (decimal): -1804111 or 11630820. OLE color: 11630820.
HSL color Cylindrical-coordinate representation of color #E478B1: hue angle of 328.33º degrees, saturation: 0.67, 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 #E478B1 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 177 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.11 |
| HSL | 328.33º | 0.67% | 0.68% | - |
| HSV(B) | 328.33º | 0.47% | 0.89% | - |
| XYZ | 46.65 | 33.1 | 45.53 | - |
| YUV | 158.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 177 | 0 | 0.47 | 0.22 | 0.11 | 328.33 | 0.67 | 0.68 |
| Hex | E4 | 78 | B1 | 0 | 2F | 16 | B | 148 | 43 | 44 |
| Octal | 344 | 170 | 261 | 0 | 57 | 26 | 13 | 510 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10110001 | 0 | 101111 | 10110 | 1011 | 101001000 | 1000011 | 1000100 |
Color Harmonies of #E478B1
Complementary color
Monochromatic Colors of #E478B1
Black with #E478B1
Text Example
Text Example
White with #E478B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478B1; }
p { color: rgb(228,120,177); }
H1.HeaderClassName
{
color: #E478B1;
}
.AnyTagClassName
{
color: #E478B1;
}
</style>
background-color css
<style>
a { background-color: #E478B1; }
a { background-color: rgb(228,120,177); }
div.DivClassName
{
background-color: #E478B1;
}
.BgClassName
{
background-color: #E478B1;
}
</style>
border-color css
<style>
span { border-color: #E478B1; }
span { border-color: rgb(228,120,177); }
td.TdClassName
{
border-color: #E478B1;
}
.TagClassName
{
border-color: #E478B1;
}
</style>