Shades of Persian Pink #E280B1
Tints of Persian Pink #E280B1
RGB
CMYK
RGB Variations
Color information
#E280B1 (or 0xE280B1) is known color: Persian Pink. HEX triplet: E2, 80 and B1. RGB value is (226,128,177). Sum of RGB (Red+Green+Blue) = 226+128+177=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E280B1 is #1D7F4E. Grayscale: #A2A2A2. Windows color (decimal): -1933135 or 11632866. OLE color: 11632866.
HSL color Cylindrical-coordinate representation of color #E280B1: hue angle of 330º 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 #E280B1 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 177 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.11 |
| HSL | 330º | 0.63% | 0.69% | - |
| HSV(B) | 330º | 0.43% | 0.89% | - |
| XYZ | 47.02 | 34.78 | 45.83 | - |
| YUV | 162.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 177 | 0 | 0.43 | 0.22 | 0.11 | 330 | 0.63 | 0.69 |
| Hex | E2 | 80 | B1 | 0 | 2B | 16 | B | 14A | 3F | 45 |
| Octal | 342 | 200 | 261 | 0 | 53 | 26 | 13 | 512 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10110001 | 0 | 101011 | 10110 | 1011 | 101001010 | 111111 | 1000101 |
Color Harmonies of #E280B1
Complementary color
Monochromatic Colors of #E280B1
Black with #E280B1
Text Example
Text Example
White with #E280B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280B1; }
p { color: rgb(226,128,177); }
H1.HeaderClassName
{
color: #E280B1;
}
.AnyTagClassName
{
color: #E280B1;
}
</style>
background-color css
<style>
a { background-color: #E280B1; }
a { background-color: rgb(226,128,177); }
div.DivClassName
{
background-color: #E280B1;
}
.BgClassName
{
background-color: #E280B1;
}
</style>
border-color css
<style>
span { border-color: #E280B1; }
span { border-color: rgb(226,128,177); }
td.TdClassName
{
border-color: #E280B1;
}
.TagClassName
{
border-color: #E280B1;
}
</style>