Shades of Persian Pink #E17FB2
Tints of Persian Pink #E17FB2
RGB
CMYK
RGB Variations
Color information
#E17FB2 (or 0xE17FB2) is known color: Persian Pink. HEX triplet: E1, 7F and B2. RGB value is (225,127,178). Sum of RGB (Red+Green+Blue) = 225+127+178=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FB2 is #1E804D. Grayscale: #A2A2A2. Windows color (decimal): -1998926 or 11698145. OLE color: 11698145.
HSL color Cylindrical-coordinate representation of color #E17FB2: hue angle of 328.78º 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 #E17FB2 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 178 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.12 |
| HSL | 328.78º | 0.62% | 0.69% | - |
| HSV(B) | 328.78º | 0.44% | 0.88% | - |
| XYZ | 46.68 | 34.4 | 46.3 | - |
| YUV | 162.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 178 | 0 | 0.44 | 0.21 | 0.12 | 328.78 | 0.62 | 0.69 |
| Hex | E1 | 7F | B2 | 0 | 2C | 15 | C | 149 | 3E | 45 |
| Octal | 341 | 177 | 262 | 0 | 54 | 25 | 14 | 511 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10110010 | 0 | 101100 | 10101 | 1100 | 101001001 | 111110 | 1000101 |
Color Harmonies of #E17FB2
Complementary color
Monochromatic Colors of #E17FB2
Black with #E17FB2
Text Example
Text Example
White with #E17FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FB2; }
p { color: rgb(225,127,178); }
H1.HeaderClassName
{
color: #E17FB2;
}
.AnyTagClassName
{
color: #E17FB2;
}
</style>
background-color css
<style>
a { background-color: #E17FB2; }
a { background-color: rgb(225,127,178); }
div.DivClassName
{
background-color: #E17FB2;
}
.BgClassName
{
background-color: #E17FB2;
}
</style>
border-color css
<style>
span { border-color: #E17FB2; }
span { border-color: rgb(225,127,178); }
td.TdClassName
{
border-color: #E17FB2;
}
.TagClassName
{
border-color: #E17FB2;
}
</style>