Shades of Persian Pink #E26EBE
Tints of Persian Pink #E26EBE
RGB
CMYK
RGB Variations
Color information
#E26EBE (or 0xE26EBE) is known color: Persian Pink. HEX triplet: E2, 6E and BE. RGB value is (226,110,190). Sum of RGB (Red+Green+Blue) = 226+110+190=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBE is #1D9141. Grayscale: #999999. Windows color (decimal): -1937730 or 12480226. OLE color: 12480226.
HSL color Cylindrical-coordinate representation of color #E26EBE: hue angle of 318.62º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EBE is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 190 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.11 |
| HSL | 318.62º | 0.67% | 0.66% | - |
| HSV(B) | 318.62º | 0.51% | 0.89% | - |
| XYZ | 46.23 | 31.04 | 52.27 | - |
| YUV | 153.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 190 | 0 | 0.51 | 0.16 | 0.11 | 318.62 | 0.67 | 0.66 |
| Hex | E2 | 6E | BE | 0 | 33 | 10 | B | 13F | 43 | 42 |
| Octal | 342 | 156 | 276 | 0 | 63 | 20 | 13 | 477 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10111110 | 0 | 110011 | 10000 | 1011 | 100111111 | 1000011 | 1000010 |
Color Harmonies of #E26EBE
Complementary color
Monochromatic Colors of #E26EBE
Black with #E26EBE
Text Example
Text Example
White with #E26EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EBE; }
p { color: rgb(226,110,190); }
H1.HeaderClassName
{
color: #E26EBE;
}
.AnyTagClassName
{
color: #E26EBE;
}
</style>
background-color css
<style>
a { background-color: #E26EBE; }
a { background-color: rgb(226,110,190); }
div.DivClassName
{
background-color: #E26EBE;
}
.BgClassName
{
background-color: #E26EBE;
}
</style>
border-color css
<style>
span { border-color: #E26EBE; }
span { border-color: rgb(226,110,190); }
td.TdClassName
{
border-color: #E26EBE;
}
.TagClassName
{
border-color: #E26EBE;
}
</style>