Shades of Persian Pink #E280BE
Tints of Persian Pink #E280BE
RGB
CMYK
RGB Variations
Color information
#E280BE (or 0xE280BE) is known color: Persian Pink. HEX triplet: E2, 80 and BE. RGB value is (226,128,190). Sum of RGB (Red+Green+Blue) = 226+128+190=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BE is #1D7F41. Grayscale: #A4A4A4. Windows color (decimal): -1933122 or 12484834. OLE color: 12484834.
HSL color Cylindrical-coordinate representation of color #E280BE: hue angle of 322.04º 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 #E280BE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 190 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.11 |
| HSL | 322.04º | 0.63% | 0.69% | - |
| HSV(B) | 322.04º | 0.43% | 0.89% | - |
| XYZ | 48.38 | 35.32 | 52.98 | - |
| YUV | 164.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 190 | 0 | 0.43 | 0.16 | 0.11 | 322.04 | 0.63 | 0.69 |
| Hex | E2 | 80 | BE | 0 | 2B | 10 | B | 142 | 3F | 45 |
| Octal | 342 | 200 | 276 | 0 | 53 | 20 | 13 | 502 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10111110 | 0 | 101011 | 10000 | 1011 | 101000010 | 111111 | 1000101 |
Color Harmonies of #E280BE
Complementary color
Monochromatic Colors of #E280BE
Black with #E280BE
Text Example
Text Example
White with #E280BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280BE; }
p { color: rgb(226,128,190); }
H1.HeaderClassName
{
color: #E280BE;
}
.AnyTagClassName
{
color: #E280BE;
}
</style>
background-color css
<style>
a { background-color: #E280BE; }
a { background-color: rgb(226,128,190); }
div.DivClassName
{
background-color: #E280BE;
}
.BgClassName
{
background-color: #E280BE;
}
</style>
border-color css
<style>
span { border-color: #E280BE; }
span { border-color: rgb(226,128,190); }
td.TdClassName
{
border-color: #E280BE;
}
.TagClassName
{
border-color: #E280BE;
}
</style>