Shades of Persian Pink #E26DB9
Tints of Persian Pink #E26DB9
RGB
CMYK
RGB Variations
Color information
#E26DB9 (or 0xE26DB9) is known color: Persian Pink. HEX triplet: E2, 6D and B9. RGB value is (226,109,185). Sum of RGB (Red+Green+Blue) = 226+109+185=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DB9 is #1D9246. Grayscale: #989898. Windows color (decimal): -1937991 or 12152290. OLE color: 12152290.
HSL color Cylindrical-coordinate representation of color #E26DB9: hue angle of 321.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DB9 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 185 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.11 |
| HSL | 321.03º | 0.67% | 0.66% | - |
| HSV(B) | 321.03º | 0.52% | 0.89% | - |
| XYZ | 45.59 | 30.61 | 49.4 | - |
| YUV | 152.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 185 | 0 | 0.52 | 0.18 | 0.11 | 321.03 | 0.67 | 0.66 |
| Hex | E2 | 6D | B9 | 0 | 34 | 12 | B | 141 | 43 | 42 |
| Octal | 342 | 155 | 271 | 0 | 64 | 22 | 13 | 501 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10111001 | 0 | 110100 | 10010 | 1011 | 101000001 | 1000011 | 1000010 |
Color Harmonies of #E26DB9
Complementary color
Monochromatic Colors of #E26DB9
Black with #E26DB9
Text Example
Text Example
White with #E26DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DB9; }
p { color: rgb(226,109,185); }
H1.HeaderClassName
{
color: #E26DB9;
}
.AnyTagClassName
{
color: #E26DB9;
}
</style>
background-color css
<style>
a { background-color: #E26DB9; }
a { background-color: rgb(226,109,185); }
div.DivClassName
{
background-color: #E26DB9;
}
.BgClassName
{
background-color: #E26DB9;
}
</style>
border-color css
<style>
span { border-color: #E26DB9; }
span { border-color: rgb(226,109,185); }
td.TdClassName
{
border-color: #E26DB9;
}
.TagClassName
{
border-color: #E26DB9;
}
</style>