Shades of Persian Pink #E26AB9
Tints of Persian Pink #E26AB9
RGB
CMYK
RGB Variations
Color information
#E26AB9 (or 0xE26AB9) is known color: Persian Pink. HEX triplet: E2, 6A and B9. RGB value is (226,106,185). Sum of RGB (Red+Green+Blue) = 226+106+185=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AB9 is #1D9546. Grayscale: #969696. Windows color (decimal): -1938759 or 12151522. OLE color: 12151522.
HSL color Cylindrical-coordinate representation of color #E26AB9: hue angle of 320.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AB9 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 185 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.11 |
| HSL | 320.5º | 0.67% | 0.65% | - |
| HSV(B) | 320.5º | 0.53% | 0.89% | - |
| XYZ | 45.28 | 29.98 | 49.3 | - |
| YUV | 150.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 185 | 0 | 0.53 | 0.18 | 0.11 | 320.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | B9 | 0 | 35 | 12 | B | 140 | 43 | 41 |
| Octal | 342 | 152 | 271 | 0 | 65 | 22 | 13 | 500 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10111001 | 0 | 110101 | 10010 | 1011 | 101000000 | 1000011 | 1000001 |
Color Harmonies of #E26AB9
Complementary color
Monochromatic Colors of #E26AB9
Black with #E26AB9
Text Example
Text Example
White with #E26AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AB9; }
p { color: rgb(226,106,185); }
H1.HeaderClassName
{
color: #E26AB9;
}
.AnyTagClassName
{
color: #E26AB9;
}
</style>
background-color css
<style>
a { background-color: #E26AB9; }
a { background-color: rgb(226,106,185); }
div.DivClassName
{
background-color: #E26AB9;
}
.BgClassName
{
background-color: #E26AB9;
}
</style>
border-color css
<style>
span { border-color: #E26AB9; }
span { border-color: rgb(226,106,185); }
td.TdClassName
{
border-color: #E26AB9;
}
.TagClassName
{
border-color: #E26AB9;
}
</style>