Shades of Persian Pink #E26EBD
Tints of Persian Pink #E26EBD
RGB
CMYK
RGB Variations
Color information
#E26EBD (or 0xE26EBD) is known color: Persian Pink. HEX triplet: E2, 6E and BD. RGB value is (226,110,189). Sum of RGB (Red+Green+Blue) = 226+110+189=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBD is #1D9142. Grayscale: #999999. Windows color (decimal): -1937731 or 12414690. OLE color: 12414690.
HSL color Cylindrical-coordinate representation of color #E26EBD: hue angle of 319.14º 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 #E26EBD is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 189 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.11 |
| HSL | 319.14º | 0.67% | 0.66% | - |
| HSV(B) | 319.14º | 0.51% | 0.89% | - |
| XYZ | 46.13 | 30.99 | 51.7 | - |
| YUV | 153.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 189 | 0 | 0.51 | 0.16 | 0.11 | 319.14 | 0.67 | 0.66 |
| Hex | E2 | 6E | BD | 0 | 33 | 10 | B | 13F | 43 | 42 |
| Octal | 342 | 156 | 275 | 0 | 63 | 20 | 13 | 477 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10111101 | 0 | 110011 | 10000 | 1011 | 100111111 | 1000011 | 1000010 |
Color Harmonies of #E26EBD
Complementary color
Monochromatic Colors of #E26EBD
Black with #E26EBD
Text Example
Text Example
White with #E26EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EBD; }
p { color: rgb(226,110,189); }
H1.HeaderClassName
{
color: #E26EBD;
}
.AnyTagClassName
{
color: #E26EBD;
}
</style>
background-color css
<style>
a { background-color: #E26EBD; }
a { background-color: rgb(226,110,189); }
div.DivClassName
{
background-color: #E26EBD;
}
.BgClassName
{
background-color: #E26EBD;
}
</style>
border-color css
<style>
span { border-color: #E26EBD; }
span { border-color: rgb(226,110,189); }
td.TdClassName
{
border-color: #E26EBD;
}
.TagClassName
{
border-color: #E26EBD;
}
</style>