Shades of Persian Pink #E280C1
Tints of Persian Pink #E280C1
RGB
CMYK
RGB Variations
Color information
#E280C1 (or 0xE280C1) is known color: Persian Pink. HEX triplet: E2, 80 and C1. RGB value is (226,128,193). Sum of RGB (Red+Green+Blue) = 226+128+193=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E280C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280C1 is #1D7F3E. Grayscale: #A4A4A4. Windows color (decimal): -1933119 or 12681442. OLE color: 12681442.
HSL color Cylindrical-coordinate representation of color #E280C1: hue angle of 320.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280C1 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 193 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.11 |
| HSL | 320.2º | 0.63% | 0.69% | - |
| HSV(B) | 320.2º | 0.43% | 0.89% | - |
| XYZ | 48.71 | 35.46 | 54.73 | - |
| YUV | 164.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 193 | 0 | 0.43 | 0.15 | 0.11 | 320.2 | 0.63 | 0.69 |
| Hex | E2 | 80 | C1 | 0 | 2B | F | B | 140 | 3F | 45 |
| Octal | 342 | 200 | 301 | 0 | 53 | 17 | 13 | 500 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11000001 | 0 | 101011 | 1111 | 1011 | 101000000 | 111111 | 1000101 |
Color Harmonies of #E280C1
Complementary color
Monochromatic Colors of #E280C1
Black with #E280C1
Text Example
Text Example
White with #E280C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280C1; }
p { color: rgb(226,128,193); }
H1.HeaderClassName
{
color: #E280C1;
}
.AnyTagClassName
{
color: #E280C1;
}
</style>
background-color css
<style>
a { background-color: #E280C1; }
a { background-color: rgb(226,128,193); }
div.DivClassName
{
background-color: #E280C1;
}
.BgClassName
{
background-color: #E280C1;
}
</style>
border-color css
<style>
span { border-color: #E280C1; }
span { border-color: rgb(226,128,193); }
td.TdClassName
{
border-color: #E280C1;
}
.TagClassName
{
border-color: #E280C1;
}
</style>