Shades of Persian Pink #E478B6
Tints of Persian Pink #E478B6
RGB
CMYK
RGB Variations
Color information
#E478B6 (or 0xE478B6) is known color: Persian Pink. HEX triplet: E4, 78 and B6. RGB value is (228,120,182). Sum of RGB (Red+Green+Blue) = 228+120+182=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478B6 is #1B8749. Grayscale: #9F9F9F. Windows color (decimal): -1804106 or 11958500. OLE color: 11958500.
HSL color Cylindrical-coordinate representation of color #E478B6: hue angle of 325.56º 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 #E478B6 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 182 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.11 |
| HSL | 325.56º | 0.67% | 0.68% | - |
| HSV(B) | 325.56º | 0.47% | 0.89% | - |
| XYZ | 47.15 | 33.3 | 48.2 | - |
| YUV | 159.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 182 | 0 | 0.47 | 0.20 | 0.11 | 325.56 | 0.67 | 0.68 |
| Hex | E4 | 78 | B6 | 0 | 2F | 14 | B | 146 | 43 | 44 |
| Octal | 344 | 170 | 266 | 0 | 57 | 24 | 13 | 506 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10110110 | 0 | 101111 | 10100 | 1011 | 101000110 | 1000011 | 1000100 |
Color Harmonies of #E478B6
Complementary color
Monochromatic Colors of #E478B6
Black with #E478B6
Text Example
Text Example
White with #E478B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478B6; }
p { color: rgb(228,120,182); }
H1.HeaderClassName
{
color: #E478B6;
}
.AnyTagClassName
{
color: #E478B6;
}
</style>
background-color css
<style>
a { background-color: #E478B6; }
a { background-color: rgb(228,120,182); }
div.DivClassName
{
background-color: #E478B6;
}
.BgClassName
{
background-color: #E478B6;
}
</style>
border-color css
<style>
span { border-color: #E478B6; }
span { border-color: rgb(228,120,182); }
td.TdClassName
{
border-color: #E478B6;
}
.TagClassName
{
border-color: #E478B6;
}
</style>