Shades of Persian Pink #E480C1
Tints of Persian Pink #E480C1
RGB
CMYK
RGB Variations
Color information
#E480C1 (or 0xE480C1) is known color: Persian Pink. HEX triplet: E4, 80 and C1. RGB value is (228,128,193). Sum of RGB (Red+Green+Blue) = 228+128+193=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E480C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480C1 is #1B7F3E. Grayscale: #A5A5A5. Windows color (decimal): -1802047 or 12681444. OLE color: 12681444.
HSL color Cylindrical-coordinate representation of color #E480C1: hue angle of 321º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480C1 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 193 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.11 |
| HSL | 321º | 0.65% | 0.7% | - |
| HSV(B) | 321º | 0.44% | 0.89% | - |
| XYZ | 49.34 | 35.78 | 54.76 | - |
| YUV | 165.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 193 | 0 | 0.44 | 0.15 | 0.11 | 321 | 0.65 | 0.7 |
| Hex | E4 | 80 | C1 | 0 | 2C | F | B | 141 | 41 | 46 |
| Octal | 344 | 200 | 301 | 0 | 54 | 17 | 13 | 501 | 101 | 106 |
| Binary | 11100100 | 10000000 | 11000001 | 0 | 101100 | 1111 | 1011 | 101000001 | 1000001 | 1000110 |
Color Harmonies of #E480C1
Complementary color
Monochromatic Colors of #E480C1
Black with #E480C1
Text Example
Text Example
White with #E480C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480C1; }
p { color: rgb(228,128,193); }
H1.HeaderClassName
{
color: #E480C1;
}
.AnyTagClassName
{
color: #E480C1;
}
</style>
background-color css
<style>
a { background-color: #E480C1; }
a { background-color: rgb(228,128,193); }
div.DivClassName
{
background-color: #E480C1;
}
.BgClassName
{
background-color: #E480C1;
}
</style>
border-color css
<style>
span { border-color: #E480C1; }
span { border-color: rgb(228,128,193); }
td.TdClassName
{
border-color: #E480C1;
}
.TagClassName
{
border-color: #E480C1;
}
</style>