Shades of Persian Pink #E26EBF
Tints of Persian Pink #E26EBF
RGB
CMYK
RGB Variations
Color information
#E26EBF (or 0xE26EBF) is known color: Persian Pink. HEX triplet: E2, 6E and BF. RGB value is (226,110,191). Sum of RGB (Red+Green+Blue) = 226+110+191=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBF is #1D9140. Grayscale: #999999. Windows color (decimal): -1937729 or 12545762. OLE color: 12545762.
HSL color Cylindrical-coordinate representation of color #E26EBF: hue angle of 318.1º 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 #E26EBF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 191 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.11 |
| HSL | 318.1º | 0.67% | 0.66% | - |
| HSV(B) | 318.1º | 0.51% | 0.89% | - |
| XYZ | 46.34 | 31.08 | 52.85 | - |
| YUV | 153.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 191 | 0 | 0.51 | 0.15 | 0.11 | 318.1 | 0.67 | 0.66 |
| Hex | E2 | 6E | BF | 0 | 33 | F | B | 13E | 43 | 42 |
| Octal | 342 | 156 | 277 | 0 | 63 | 17 | 13 | 476 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10111111 | 0 | 110011 | 1111 | 1011 | 100111110 | 1000011 | 1000010 |
Color Harmonies of #E26EBF
Complementary color
Monochromatic Colors of #E26EBF
Black with #E26EBF
Text Example
Text Example
White with #E26EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EBF; }
p { color: rgb(226,110,191); }
H1.HeaderClassName
{
color: #E26EBF;
}
.AnyTagClassName
{
color: #E26EBF;
}
</style>
background-color css
<style>
a { background-color: #E26EBF; }
a { background-color: rgb(226,110,191); }
div.DivClassName
{
background-color: #E26EBF;
}
.BgClassName
{
background-color: #E26EBF;
}
</style>
border-color css
<style>
span { border-color: #E26EBF; }
span { border-color: rgb(226,110,191); }
td.TdClassName
{
border-color: #E26EBF;
}
.TagClassName
{
border-color: #E26EBF;
}
</style>