Shades of Persian Pink #E26FB6
Tints of Persian Pink #E26FB6
RGB
CMYK
RGB Variations
Color information
#E26FB6 (or 0xE26FB6) is known color: Persian Pink. HEX triplet: E2, 6F and B6. RGB value is (226,111,182). Sum of RGB (Red+Green+Blue) = 226+111+182=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FB6 is #1D9049. Grayscale: #999999. Windows color (decimal): -1937482 or 11956194. OLE color: 11956194.
HSL color Cylindrical-coordinate representation of color #E26FB6: hue angle of 322.96º 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 #E26FB6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 182 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.11 |
| HSL | 322.96º | 0.66% | 0.66% | - |
| HSV(B) | 322.96º | 0.51% | 0.89% | - |
| XYZ | 45.49 | 30.92 | 47.83 | - |
| YUV | 153.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 182 | 0 | 0.51 | 0.19 | 0.11 | 322.96 | 0.66 | 0.66 |
| Hex | E2 | 6F | B6 | 0 | 33 | 13 | B | 143 | 42 | 42 |
| Octal | 342 | 157 | 266 | 0 | 63 | 23 | 13 | 503 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10110110 | 0 | 110011 | 10011 | 1011 | 101000011 | 1000010 | 1000010 |
Color Harmonies of #E26FB6
Complementary color
Monochromatic Colors of #E26FB6
Black with #E26FB6
Text Example
Text Example
White with #E26FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FB6; }
p { color: rgb(226,111,182); }
H1.HeaderClassName
{
color: #E26FB6;
}
.AnyTagClassName
{
color: #E26FB6;
}
</style>
background-color css
<style>
a { background-color: #E26FB6; }
a { background-color: rgb(226,111,182); }
div.DivClassName
{
background-color: #E26FB6;
}
.BgClassName
{
background-color: #E26FB6;
}
</style>
border-color css
<style>
span { border-color: #E26FB6; }
span { border-color: rgb(226,111,182); }
td.TdClassName
{
border-color: #E26FB6;
}
.TagClassName
{
border-color: #E26FB6;
}
</style>