Shades of Persian Pink #E26EBB
Tints of Persian Pink #E26EBB
RGB
CMYK
RGB Variations
Color information
#E26EBB (or 0xE26EBB) is known color: Persian Pink. HEX triplet: E2, 6E and BB. RGB value is (226,110,187). Sum of RGB (Red+Green+Blue) = 226+110+187=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBB is #1D9144. Grayscale: #999999. Windows color (decimal): -1937733 or 12283618. OLE color: 12283618.
HSL color Cylindrical-coordinate representation of color #E26EBB: hue angle of 320.17º 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 #E26EBB is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 187 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.11 |
| HSL | 320.17º | 0.67% | 0.66% | - |
| HSV(B) | 320.17º | 0.51% | 0.89% | - |
| XYZ | 45.91 | 30.91 | 50.56 | - |
| YUV | 153.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 187 | 0 | 0.51 | 0.17 | 0.11 | 320.17 | 0.67 | 0.66 |
| Hex | E2 | 6E | BB | 0 | 33 | 11 | B | 140 | 43 | 42 |
| Octal | 342 | 156 | 273 | 0 | 63 | 21 | 13 | 500 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10111011 | 0 | 110011 | 10001 | 1011 | 101000000 | 1000011 | 1000010 |
Color Harmonies of #E26EBB
Complementary color
Monochromatic Colors of #E26EBB
Black with #E26EBB
Text Example
Text Example
White with #E26EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EBB; }
p { color: rgb(226,110,187); }
H1.HeaderClassName
{
color: #E26EBB;
}
.AnyTagClassName
{
color: #E26EBB;
}
</style>
background-color css
<style>
a { background-color: #E26EBB; }
a { background-color: rgb(226,110,187); }
div.DivClassName
{
background-color: #E26EBB;
}
.BgClassName
{
background-color: #E26EBB;
}
</style>
border-color css
<style>
span { border-color: #E26EBB; }
span { border-color: rgb(226,110,187); }
td.TdClassName
{
border-color: #E26EBB;
}
.TagClassName
{
border-color: #E26EBB;
}
</style>