Shades of Persian Pink #E26FBC
Tints of Persian Pink #E26FBC
RGB
CMYK
RGB Variations
Color information
#E26FBC (or 0xE26FBC) is known color: Persian Pink. HEX triplet: E2, 6F and BC. RGB value is (226,111,188). Sum of RGB (Red+Green+Blue) = 226+111+188=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FBC is #1D9043. Grayscale: #999999. Windows color (decimal): -1937476 or 12349410. OLE color: 12349410.
HSL color Cylindrical-coordinate representation of color #E26FBC: hue angle of 319.83º degrees, saturation: 0.66, 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 #E26FBC is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 188 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.11 |
| HSL | 319.83º | 0.66% | 0.66% | - |
| HSV(B) | 319.83º | 0.51% | 0.89% | - |
| XYZ | 46.13 | 31.17 | 51.16 | - |
| YUV | 154.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 188 | 0 | 0.51 | 0.17 | 0.11 | 319.83 | 0.66 | 0.66 |
| Hex | E2 | 6F | BC | 0 | 33 | 11 | B | 140 | 42 | 42 |
| Octal | 342 | 157 | 274 | 0 | 63 | 21 | 13 | 500 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10111100 | 0 | 110011 | 10001 | 1011 | 101000000 | 1000010 | 1000010 |
Color Harmonies of #E26FBC
Complementary color
Monochromatic Colors of #E26FBC
Black with #E26FBC
Text Example
Text Example
White with #E26FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FBC; }
p { color: rgb(226,111,188); }
H1.HeaderClassName
{
color: #E26FBC;
}
.AnyTagClassName
{
color: #E26FBC;
}
</style>
background-color css
<style>
a { background-color: #E26FBC; }
a { background-color: rgb(226,111,188); }
div.DivClassName
{
background-color: #E26FBC;
}
.BgClassName
{
background-color: #E26FBC;
}
</style>
border-color css
<style>
span { border-color: #E26FBC; }
span { border-color: rgb(226,111,188); }
td.TdClassName
{
border-color: #E26FBC;
}
.TagClassName
{
border-color: #E26FBC;
}
</style>