Shades of Persian Pink #E17FBC
Tints of Persian Pink #E17FBC
RGB
CMYK
RGB Variations
Color information
#E17FBC (or 0xE17FBC) is known color: Persian Pink. HEX triplet: E1, 7F and BC. RGB value is (225,127,188). Sum of RGB (Red+Green+Blue) = 225+127+188=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FBC is #1E8043. Grayscale: #A3A3A3. Windows color (decimal): -1998916 or 12353505. OLE color: 12353505.
HSL color Cylindrical-coordinate representation of color #E17FBC: hue angle of 322.65º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FBC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 188 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.12 |
| HSL | 322.65º | 0.62% | 0.69% | - |
| HSV(B) | 322.65º | 0.44% | 0.88% | - |
| XYZ | 47.72 | 34.82 | 51.78 | - |
| YUV | 163.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 188 | 0 | 0.44 | 0.16 | 0.12 | 322.65 | 0.62 | 0.69 |
| Hex | E1 | 7F | BC | 0 | 2C | 10 | C | 143 | 3E | 45 |
| Octal | 341 | 177 | 274 | 0 | 54 | 20 | 14 | 503 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10111100 | 0 | 101100 | 10000 | 1100 | 101000011 | 111110 | 1000101 |
Color Harmonies of #E17FBC
Complementary color
Monochromatic Colors of #E17FBC
Black with #E17FBC
Text Example
Text Example
White with #E17FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FBC; }
p { color: rgb(225,127,188); }
H1.HeaderClassName
{
color: #E17FBC;
}
.AnyTagClassName
{
color: #E17FBC;
}
</style>
background-color css
<style>
a { background-color: #E17FBC; }
a { background-color: rgb(225,127,188); }
div.DivClassName
{
background-color: #E17FBC;
}
.BgClassName
{
background-color: #E17FBC;
}
</style>
border-color css
<style>
span { border-color: #E17FBC; }
span { border-color: rgb(225,127,188); }
td.TdClassName
{
border-color: #E17FBC;
}
.TagClassName
{
border-color: #E17FBC;
}
</style>