Shades of Persian Pink #E478B7
Tints of Persian Pink #E478B7
RGB
CMYK
RGB Variations
Color information
#E478B7 (or 0xE478B7) is known color: Persian Pink. HEX triplet: E4, 78 and B7. RGB value is (228,120,183). Sum of RGB (Red+Green+Blue) = 228+120+183=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478B7 is #1B8748. Grayscale: #9F9F9F. Windows color (decimal): -1804105 or 12024036. OLE color: 12024036.
HSL color Cylindrical-coordinate representation of color #E478B7: hue angle of 325º 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 #E478B7 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 183 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.11 |
| HSL | 325º | 0.67% | 0.68% | - |
| HSV(B) | 325º | 0.47% | 0.89% | - |
| XYZ | 47.26 | 33.35 | 48.75 | - |
| YUV | 159.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 183 | 0 | 0.47 | 0.20 | 0.11 | 325 | 0.67 | 0.68 |
| Hex | E4 | 78 | B7 | 0 | 2F | 14 | B | 145 | 43 | 44 |
| Octal | 344 | 170 | 267 | 0 | 57 | 24 | 13 | 505 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10110111 | 0 | 101111 | 10100 | 1011 | 101000101 | 1000011 | 1000100 |
Color Harmonies of #E478B7
Complementary color
Monochromatic Colors of #E478B7
Black with #E478B7
Text Example
Text Example
White with #E478B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478B7; }
p { color: rgb(228,120,183); }
H1.HeaderClassName
{
color: #E478B7;
}
.AnyTagClassName
{
color: #E478B7;
}
</style>
background-color css
<style>
a { background-color: #E478B7; }
a { background-color: rgb(228,120,183); }
div.DivClassName
{
background-color: #E478B7;
}
.BgClassName
{
background-color: #E478B7;
}
</style>
border-color css
<style>
span { border-color: #E478B7; }
span { border-color: rgb(228,120,183); }
td.TdClassName
{
border-color: #E478B7;
}
.TagClassName
{
border-color: #E478B7;
}
</style>