Shades of Persian Pink #E280B6
Tints of Persian Pink #E280B6
RGB
CMYK
RGB Variations
Color information
#E280B6 (or 0xE280B6) is known color: Persian Pink. HEX triplet: E2, 80 and B6. RGB value is (226,128,182). Sum of RGB (Red+Green+Blue) = 226+128+182=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280B6 is #1D7F49. Grayscale: #A3A3A3. Windows color (decimal): -1933130 or 11960546. OLE color: 11960546.
HSL color Cylindrical-coordinate representation of color #E280B6: hue angle of 326.94º 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 #E280B6 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 182 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.11 |
| HSL | 326.94º | 0.63% | 0.69% | - |
| HSV(B) | 326.94º | 0.43% | 0.89% | - |
| XYZ | 47.53 | 34.98 | 48.5 | - |
| YUV | 163.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 182 | 0 | 0.43 | 0.19 | 0.11 | 326.94 | 0.63 | 0.69 |
| Hex | E2 | 80 | B6 | 0 | 2B | 13 | B | 147 | 3F | 45 |
| Octal | 342 | 200 | 266 | 0 | 53 | 23 | 13 | 507 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10110110 | 0 | 101011 | 10011 | 1011 | 101000111 | 111111 | 1000101 |
Color Harmonies of #E280B6
Complementary color
Monochromatic Colors of #E280B6
Black with #E280B6
Text Example
Text Example
White with #E280B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280B6; }
p { color: rgb(226,128,182); }
H1.HeaderClassName
{
color: #E280B6;
}
.AnyTagClassName
{
color: #E280B6;
}
</style>
background-color css
<style>
a { background-color: #E280B6; }
a { background-color: rgb(226,128,182); }
div.DivClassName
{
background-color: #E280B6;
}
.BgClassName
{
background-color: #E280B6;
}
</style>
border-color css
<style>
span { border-color: #E280B6; }
span { border-color: rgb(226,128,182); }
td.TdClassName
{
border-color: #E280B6;
}
.TagClassName
{
border-color: #E280B6;
}
</style>