Shades of Persian Pink #E478B8
Tints of Persian Pink #E478B8
RGB
CMYK
RGB Variations
Color information
#E478B8 (or 0xE478B8) is known color: Persian Pink. HEX triplet: E4, 78 and B8. RGB value is (228,120,184). Sum of RGB (Red+Green+Blue) = 228+120+184=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478B8 is #1B8747. Grayscale: #9F9F9F. Windows color (decimal): -1804104 or 12089572. OLE color: 12089572.
HSL color Cylindrical-coordinate representation of color #E478B8: hue angle of 324.44º 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 #E478B8 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 184 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.11 |
| HSL | 324.44º | 0.67% | 0.68% | - |
| HSV(B) | 324.44º | 0.47% | 0.89% | - |
| XYZ | 47.36 | 33.39 | 49.3 | - |
| YUV | 159.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 184 | 0 | 0.47 | 0.19 | 0.11 | 324.44 | 0.67 | 0.68 |
| Hex | E4 | 78 | B8 | 0 | 2F | 13 | B | 144 | 43 | 44 |
| Octal | 344 | 170 | 270 | 0 | 57 | 23 | 13 | 504 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10111000 | 0 | 101111 | 10011 | 1011 | 101000100 | 1000011 | 1000100 |
Color Harmonies of #E478B8
Complementary color
Monochromatic Colors of #E478B8
Black with #E478B8
Text Example
Text Example
White with #E478B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478B8; }
p { color: rgb(228,120,184); }
H1.HeaderClassName
{
color: #E478B8;
}
.AnyTagClassName
{
color: #E478B8;
}
</style>
background-color css
<style>
a { background-color: #E478B8; }
a { background-color: rgb(228,120,184); }
div.DivClassName
{
background-color: #E478B8;
}
.BgClassName
{
background-color: #E478B8;
}
</style>
border-color css
<style>
span { border-color: #E478B8; }
span { border-color: rgb(228,120,184); }
td.TdClassName
{
border-color: #E478B8;
}
.TagClassName
{
border-color: #E478B8;
}
</style>