Shades of Persian Pink #E478AB
Tints of Persian Pink #E478AB
RGB
CMYK
RGB Variations
Color information
#E478AB (or 0xE478AB) is known color: Persian Pink. HEX triplet: E4, 78 and AB. RGB value is (228,120,171). Sum of RGB (Red+Green+Blue) = 228+120+171=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E478AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478AB is #1B8754. Grayscale: #9E9E9E. Windows color (decimal): -1804117 or 11237604. OLE color: 11237604.
HSL color Cylindrical-coordinate representation of color #E478AB: hue angle of 331.67º 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 #E478AB is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 171 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.11 |
| HSL | 331.67º | 0.67% | 0.68% | - |
| HSV(B) | 331.67º | 0.47% | 0.89% | - |
| XYZ | 46.06 | 32.87 | 42.44 | - |
| YUV | 158.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 171 | 0 | 0.47 | 0.25 | 0.11 | 331.67 | 0.67 | 0.68 |
| Hex | E4 | 78 | AB | 0 | 2F | 19 | B | 14C | 43 | 44 |
| Octal | 344 | 170 | 253 | 0 | 57 | 31 | 13 | 514 | 103 | 104 |
| Binary | 11100100 | 1111000 | 10101011 | 0 | 101111 | 11001 | 1011 | 101001100 | 1000011 | 1000100 |
Color Harmonies of #E478AB
Complementary color
Monochromatic Colors of #E478AB
Black with #E478AB
Text Example
Text Example
White with #E478AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478AB; }
p { color: rgb(228,120,171); }
H1.HeaderClassName
{
color: #E478AB;
}
.AnyTagClassName
{
color: #E478AB;
}
</style>
background-color css
<style>
a { background-color: #E478AB; }
a { background-color: rgb(228,120,171); }
div.DivClassName
{
background-color: #E478AB;
}
.BgClassName
{
background-color: #E478AB;
}
</style>
border-color css
<style>
span { border-color: #E478AB; }
span { border-color: rgb(228,120,171); }
td.TdClassName
{
border-color: #E478AB;
}
.TagClassName
{
border-color: #E478AB;
}
</style>