Shades of Persian Pink #E280BF
Tints of Persian Pink #E280BF
RGB
CMYK
RGB Variations
Color information
#E280BF (or 0xE280BF) is known color: Persian Pink. HEX triplet: E2, 80 and BF. RGB value is (226,128,191). Sum of RGB (Red+Green+Blue) = 226+128+191=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BF is #1D7F40. Grayscale: #A4A4A4. Windows color (decimal): -1933121 or 12550370. OLE color: 12550370.
HSL color Cylindrical-coordinate representation of color #E280BF: hue angle of 321.43º 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 #E280BF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 191 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.11 |
| HSL | 321.43º | 0.63% | 0.69% | - |
| HSV(B) | 321.43º | 0.43% | 0.89% | - |
| XYZ | 48.49 | 35.37 | 53.56 | - |
| YUV | 164.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 191 | 0 | 0.43 | 0.15 | 0.11 | 321.43 | 0.63 | 0.69 |
| Hex | E2 | 80 | BF | 0 | 2B | F | B | 141 | 3F | 45 |
| Octal | 342 | 200 | 277 | 0 | 53 | 17 | 13 | 501 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10111111 | 0 | 101011 | 1111 | 1011 | 101000001 | 111111 | 1000101 |
Color Harmonies of #E280BF
Complementary color
Monochromatic Colors of #E280BF
Black with #E280BF
Text Example
Text Example
White with #E280BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280BF; }
p { color: rgb(226,128,191); }
H1.HeaderClassName
{
color: #E280BF;
}
.AnyTagClassName
{
color: #E280BF;
}
</style>
background-color css
<style>
a { background-color: #E280BF; }
a { background-color: rgb(226,128,191); }
div.DivClassName
{
background-color: #E280BF;
}
.BgClassName
{
background-color: #E280BF;
}
</style>
border-color css
<style>
span { border-color: #E280BF; }
span { border-color: rgb(226,128,191); }
td.TdClassName
{
border-color: #E280BF;
}
.TagClassName
{
border-color: #E280BF;
}
</style>