Shades of Persian Pink #E271BE
Tints of Persian Pink #E271BE
RGB
CMYK
RGB Variations
Color information
#E271BE (or 0xE271BE) is known color: Persian Pink. HEX triplet: E2, 71 and BE. RGB value is (226,113,190). Sum of RGB (Red+Green+Blue) = 226+113+190=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E271BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271BE is #1D8E41. Grayscale: #9B9B9B. Windows color (decimal): -1936962 or 12480994. OLE color: 12480994.
HSL color Cylindrical-coordinate representation of color #E271BE: hue angle of 319.12º 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 #E271BE is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 190 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.11 |
| HSL | 319.12º | 0.66% | 0.66% | - |
| HSV(B) | 319.12º | 0.5% | 0.89% | - |
| XYZ | 46.56 | 31.7 | 52.38 | - |
| YUV | 155.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 190 | 0 | 0.5 | 0.16 | 0.11 | 319.12 | 0.66 | 0.66 |
| Hex | E2 | 71 | BE | 0 | 32 | 10 | B | 13F | 42 | 42 |
| Octal | 342 | 161 | 276 | 0 | 62 | 20 | 13 | 477 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10111110 | 0 | 110010 | 10000 | 1011 | 100111111 | 1000010 | 1000010 |
Color Harmonies of #E271BE
Complementary color
Monochromatic Colors of #E271BE
Black with #E271BE
Text Example
Text Example
White with #E271BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271BE; }
p { color: rgb(226,113,190); }
H1.HeaderClassName
{
color: #E271BE;
}
.AnyTagClassName
{
color: #E271BE;
}
</style>
background-color css
<style>
a { background-color: #E271BE; }
a { background-color: rgb(226,113,190); }
div.DivClassName
{
background-color: #E271BE;
}
.BgClassName
{
background-color: #E271BE;
}
</style>
border-color css
<style>
span { border-color: #E271BE; }
span { border-color: rgb(226,113,190); }
td.TdClassName
{
border-color: #E271BE;
}
.TagClassName
{
border-color: #E271BE;
}
</style>