Shades of Persian Pink #E26EB6
Tints of Persian Pink #E26EB6
RGB
CMYK
RGB Variations
Color information
#E26EB6 (or 0xE26EB6) is known color: Persian Pink. HEX triplet: E2, 6E and B6. RGB value is (226,110,182). Sum of RGB (Red+Green+Blue) = 226+110+182=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB6 is #1D9149. Grayscale: #989898. Windows color (decimal): -1937738 or 11955938. OLE color: 11955938.
HSL color Cylindrical-coordinate representation of color #E26EB6: hue angle of 322.76º 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 #E26EB6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 182 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.11 |
| HSL | 322.76º | 0.67% | 0.66% | - |
| HSV(B) | 322.76º | 0.51% | 0.89% | - |
| XYZ | 45.38 | 30.7 | 47.79 | - |
| YUV | 152.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 182 | 0 | 0.51 | 0.19 | 0.11 | 322.76 | 0.67 | 0.66 |
| Hex | E2 | 6E | B6 | 0 | 33 | 13 | B | 143 | 43 | 42 |
| Octal | 342 | 156 | 266 | 0 | 63 | 23 | 13 | 503 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10110110 | 0 | 110011 | 10011 | 1011 | 101000011 | 1000011 | 1000010 |
Color Harmonies of #E26EB6
Complementary color
Monochromatic Colors of #E26EB6
Black with #E26EB6
Text Example
Text Example
White with #E26EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EB6; }
p { color: rgb(226,110,182); }
H1.HeaderClassName
{
color: #E26EB6;
}
.AnyTagClassName
{
color: #E26EB6;
}
</style>
background-color css
<style>
a { background-color: #E26EB6; }
a { background-color: rgb(226,110,182); }
div.DivClassName
{
background-color: #E26EB6;
}
.BgClassName
{
background-color: #E26EB6;
}
</style>
border-color css
<style>
span { border-color: #E26EB6; }
span { border-color: rgb(226,110,182); }
td.TdClassName
{
border-color: #E26EB6;
}
.TagClassName
{
border-color: #E26EB6;
}
</style>