Shades of Persian Pink #E26FB8
Tints of Persian Pink #E26FB8
RGB
CMYK
RGB Variations
Color information
#E26FB8 (or 0xE26FB8) is known color: Persian Pink. HEX triplet: E2, 6F and B8. RGB value is (226,111,184). Sum of RGB (Red+Green+Blue) = 226+111+184=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FB8 is #1D9047. Grayscale: #999999. Windows color (decimal): -1937480 or 12087266. OLE color: 12087266.
HSL color Cylindrical-coordinate representation of color #E26FB8: hue angle of 321.91º 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 #E26FB8 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 184 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.11 |
| HSL | 321.91º | 0.66% | 0.66% | - |
| HSV(B) | 321.91º | 0.51% | 0.89% | - |
| XYZ | 45.7 | 31 | 48.92 | - |
| YUV | 153.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 184 | 0 | 0.51 | 0.19 | 0.11 | 321.91 | 0.66 | 0.66 |
| Hex | E2 | 6F | B8 | 0 | 33 | 13 | B | 142 | 42 | 42 |
| Octal | 342 | 157 | 270 | 0 | 63 | 23 | 13 | 502 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10111000 | 0 | 110011 | 10011 | 1011 | 101000010 | 1000010 | 1000010 |
Color Harmonies of #E26FB8
Complementary color
Monochromatic Colors of #E26FB8
Black with #E26FB8
Text Example
Text Example
White with #E26FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FB8; }
p { color: rgb(226,111,184); }
H1.HeaderClassName
{
color: #E26FB8;
}
.AnyTagClassName
{
color: #E26FB8;
}
</style>
background-color css
<style>
a { background-color: #E26FB8; }
a { background-color: rgb(226,111,184); }
div.DivClassName
{
background-color: #E26FB8;
}
.BgClassName
{
background-color: #E26FB8;
}
</style>
border-color css
<style>
span { border-color: #E26FB8; }
span { border-color: rgb(226,111,184); }
td.TdClassName
{
border-color: #E26FB8;
}
.TagClassName
{
border-color: #E26FB8;
}
</style>