Shades of Persian Pink #E26EB3
Tints of Persian Pink #E26EB3
RGB
CMYK
RGB Variations
Color information
#E26EB3 (or 0xE26EB3) is known color: Persian Pink. HEX triplet: E2, 6E and B3. RGB value is (226,110,179). Sum of RGB (Red+Green+Blue) = 226+110+179=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB3 is #1D914C. Grayscale: #989898. Windows color (decimal): -1937741 or 11759330. OLE color: 11759330.
HSL color Cylindrical-coordinate representation of color #E26EB3: hue angle of 324.31º 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 #E26EB3 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 179 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.11 |
| HSL | 324.31º | 0.67% | 0.66% | - |
| HSV(B) | 324.31º | 0.51% | 0.89% | - |
| XYZ | 45.08 | 30.58 | 46.17 | - |
| YUV | 152.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 179 | 0 | 0.51 | 0.21 | 0.11 | 324.31 | 0.67 | 0.66 |
| Hex | E2 | 6E | B3 | 0 | 33 | 15 | B | 144 | 43 | 42 |
| Octal | 342 | 156 | 263 | 0 | 63 | 25 | 13 | 504 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10110011 | 0 | 110011 | 10101 | 1011 | 101000100 | 1000011 | 1000010 |
Color Harmonies of #E26EB3
Complementary color
Monochromatic Colors of #E26EB3
Black with #E26EB3
Text Example
Text Example
White with #E26EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EB3; }
p { color: rgb(226,110,179); }
H1.HeaderClassName
{
color: #E26EB3;
}
.AnyTagClassName
{
color: #E26EB3;
}
</style>
background-color css
<style>
a { background-color: #E26EB3; }
a { background-color: rgb(226,110,179); }
div.DivClassName
{
background-color: #E26EB3;
}
.BgClassName
{
background-color: #E26EB3;
}
</style>
border-color css
<style>
span { border-color: #E26EB3; }
span { border-color: rgb(226,110,179); }
td.TdClassName
{
border-color: #E26EB3;
}
.TagClassName
{
border-color: #E26EB3;
}
</style>