Shades of Persian Pink #E26FBF
Tints of Persian Pink #E26FBF
RGB
CMYK
RGB Variations
Color information
#E26FBF (or 0xE26FBF) is known color: Persian Pink. HEX triplet: E2, 6F and BF. RGB value is (226,111,191). Sum of RGB (Red+Green+Blue) = 226+111+191=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FBF is #1D9040. Grayscale: #9A9A9A. Windows color (decimal): -1937473 or 12546018. OLE color: 12546018.
HSL color Cylindrical-coordinate representation of color #E26FBF: hue angle of 318.26º 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 #E26FBF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 191 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.11 |
| HSL | 318.26º | 0.66% | 0.66% | - |
| HSV(B) | 318.26º | 0.51% | 0.89% | - |
| XYZ | 46.45 | 31.3 | 52.88 | - |
| YUV | 154.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 191 | 0 | 0.51 | 0.15 | 0.11 | 318.26 | 0.66 | 0.66 |
| Hex | E2 | 6F | BF | 0 | 33 | F | B | 13E | 42 | 42 |
| Octal | 342 | 157 | 277 | 0 | 63 | 17 | 13 | 476 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10111111 | 0 | 110011 | 1111 | 1011 | 100111110 | 1000010 | 1000010 |
Color Harmonies of #E26FBF
Complementary color
Monochromatic Colors of #E26FBF
Black with #E26FBF
Text Example
Text Example
White with #E26FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FBF; }
p { color: rgb(226,111,191); }
H1.HeaderClassName
{
color: #E26FBF;
}
.AnyTagClassName
{
color: #E26FBF;
}
</style>
background-color css
<style>
a { background-color: #E26FBF; }
a { background-color: rgb(226,111,191); }
div.DivClassName
{
background-color: #E26FBF;
}
.BgClassName
{
background-color: #E26FBF;
}
</style>
border-color css
<style>
span { border-color: #E26FBF; }
span { border-color: rgb(226,111,191); }
td.TdClassName
{
border-color: #E26FBF;
}
.TagClassName
{
border-color: #E26FBF;
}
</style>