Shades of Persian Pink #E271BF
Tints of Persian Pink #E271BF
RGB
CMYK
RGB Variations
Color information
#E271BF (or 0xE271BF) is known color: Persian Pink. HEX triplet: E2, 71 and BF. RGB value is (226,113,191). Sum of RGB (Red+Green+Blue) = 226+113+191=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E271BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271BF is #1D8E40. Grayscale: #9B9B9B. Windows color (decimal): -1936961 or 12546530. OLE color: 12546530.
HSL color Cylindrical-coordinate representation of color #E271BF: hue angle of 318.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271BF is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 191 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.11 |
| HSL | 318.58º | 0.66% | 0.66% | - |
| HSV(B) | 318.58º | 0.5% | 0.89% | - |
| XYZ | 46.67 | 31.74 | 52.96 | - |
| YUV | 155.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 191 | 0 | 0.5 | 0.15 | 0.11 | 318.58 | 0.66 | 0.66 |
| Hex | E2 | 71 | BF | 0 | 32 | F | B | 13F | 42 | 42 |
| Octal | 342 | 161 | 277 | 0 | 62 | 17 | 13 | 477 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10111111 | 0 | 110010 | 1111 | 1011 | 100111111 | 1000010 | 1000010 |
Color Harmonies of #E271BF
Complementary color
Monochromatic Colors of #E271BF
Black with #E271BF
Text Example
Text Example
White with #E271BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271BF; }
p { color: rgb(226,113,191); }
H1.HeaderClassName
{
color: #E271BF;
}
.AnyTagClassName
{
color: #E271BF;
}
</style>
background-color css
<style>
a { background-color: #E271BF; }
a { background-color: rgb(226,113,191); }
div.DivClassName
{
background-color: #E271BF;
}
.BgClassName
{
background-color: #E271BF;
}
</style>
border-color css
<style>
span { border-color: #E271BF; }
span { border-color: rgb(226,113,191); }
td.TdClassName
{
border-color: #E271BF;
}
.TagClassName
{
border-color: #E271BF;
}
</style>