Shades of Persian Pink #E26EB5
Tints of Persian Pink #E26EB5
RGB
CMYK
RGB Variations
Color information
#E26EB5 (or 0xE26EB5) is known color: Persian Pink. HEX triplet: E2, 6E and B5. RGB value is (226,110,181). Sum of RGB (Red+Green+Blue) = 226+110+181=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB5 is #1D914A. Grayscale: #989898. Windows color (decimal): -1937739 or 11890402. OLE color: 11890402.
HSL color Cylindrical-coordinate representation of color #E26EB5: hue angle of 323.28º 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 #E26EB5 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 181 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.11 |
| HSL | 323.28º | 0.67% | 0.66% | - |
| HSV(B) | 323.28º | 0.51% | 0.89% | - |
| XYZ | 45.28 | 30.66 | 47.25 | - |
| YUV | 152.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 181 | 0 | 0.51 | 0.20 | 0.11 | 323.28 | 0.67 | 0.66 |
| Hex | E2 | 6E | B5 | 0 | 33 | 14 | B | 143 | 43 | 42 |
| Octal | 342 | 156 | 265 | 0 | 63 | 24 | 13 | 503 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10110101 | 0 | 110011 | 10100 | 1011 | 101000011 | 1000011 | 1000010 |
Color Harmonies of #E26EB5
Complementary color
Monochromatic Colors of #E26EB5
Black with #E26EB5
Text Example
Text Example
White with #E26EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EB5; }
p { color: rgb(226,110,181); }
H1.HeaderClassName
{
color: #E26EB5;
}
.AnyTagClassName
{
color: #E26EB5;
}
</style>
background-color css
<style>
a { background-color: #E26EB5; }
a { background-color: rgb(226,110,181); }
div.DivClassName
{
background-color: #E26EB5;
}
.BgClassName
{
background-color: #E26EB5;
}
</style>
border-color css
<style>
span { border-color: #E26EB5; }
span { border-color: rgb(226,110,181); }
td.TdClassName
{
border-color: #E26EB5;
}
.TagClassName
{
border-color: #E26EB5;
}
</style>