Shades of Persian Pink #E279BB
Tints of Persian Pink #E279BB
RGB
CMYK
RGB Variations
Color information
#E279BB (or 0xE279BB) is known color: Persian Pink. HEX triplet: E2, 79 and BB. RGB value is (226,121,187). Sum of RGB (Red+Green+Blue) = 226+121+187=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E279BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279BB is #1D8644. Grayscale: #9F9F9F. Windows color (decimal): -1934917 or 12286434. OLE color: 12286434.
HSL color Cylindrical-coordinate representation of color #E279BB: hue angle of 322.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279BB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 187 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 322.29º | 0.64% | 0.68% | - |
| HSV(B) | 322.29º | 0.46% | 0.89% | - |
| XYZ | 47.17 | 33.43 | 50.98 | - |
| YUV | 159.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 187 | 0 | 0.46 | 0.17 | 0.11 | 322.29 | 0.64 | 0.68 |
| Hex | E2 | 79 | BB | 0 | 2E | 11 | B | 142 | 40 | 44 |
| Octal | 342 | 171 | 273 | 0 | 56 | 21 | 13 | 502 | 100 | 104 |
| Binary | 11100010 | 1111001 | 10111011 | 0 | 101110 | 10001 | 1011 | 101000010 | 1000000 | 1000100 |
Color Harmonies of #E279BB
Complementary color
Monochromatic Colors of #E279BB
Black with #E279BB
Text Example
Text Example
White with #E279BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279BB; }
p { color: rgb(226,121,187); }
H1.HeaderClassName
{
color: #E279BB;
}
.AnyTagClassName
{
color: #E279BB;
}
</style>
background-color css
<style>
a { background-color: #E279BB; }
a { background-color: rgb(226,121,187); }
div.DivClassName
{
background-color: #E279BB;
}
.BgClassName
{
background-color: #E279BB;
}
</style>
border-color css
<style>
span { border-color: #E279BB; }
span { border-color: rgb(226,121,187); }
td.TdClassName
{
border-color: #E279BB;
}
.TagClassName
{
border-color: #E279BB;
}
</style>