Shades of Persian Pink #E175BF
Tints of Persian Pink #E175BF
RGB
CMYK
RGB Variations
Color information
#E175BF (or 0xE175BF) is known color: Persian Pink. HEX triplet: E1, 75 and BF. RGB value is (225,117,191). Sum of RGB (Red+Green+Blue) = 225+117+191=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E175BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175BF is #1E8A40. Grayscale: #9D9D9D. Windows color (decimal): -2001473 or 12547553. OLE color: 12547553.
HSL color Cylindrical-coordinate representation of color #E175BF: hue angle of 318.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175BF is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 191 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.12 |
| HSL | 318.89º | 0.64% | 0.67% | - |
| HSV(B) | 318.89º | 0.48% | 0.88% | - |
| XYZ | 46.82 | 32.49 | 53.09 | - |
| YUV | 157.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 191 | 0 | 0.48 | 0.15 | 0.12 | 318.89 | 0.64 | 0.67 |
| Hex | E1 | 75 | BF | 0 | 30 | F | C | 13F | 40 | 43 |
| Octal | 341 | 165 | 277 | 0 | 60 | 17 | 14 | 477 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10111111 | 0 | 110000 | 1111 | 1100 | 100111111 | 1000000 | 1000011 |
Color Harmonies of #E175BF
Complementary color
Monochromatic Colors of #E175BF
Black with #E175BF
Text Example
Text Example
White with #E175BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175BF; }
p { color: rgb(225,117,191); }
H1.HeaderClassName
{
color: #E175BF;
}
.AnyTagClassName
{
color: #E175BF;
}
</style>
background-color css
<style>
a { background-color: #E175BF; }
a { background-color: rgb(225,117,191); }
div.DivClassName
{
background-color: #E175BF;
}
.BgClassName
{
background-color: #E175BF;
}
</style>
border-color css
<style>
span { border-color: #E175BF; }
span { border-color: rgb(225,117,191); }
td.TdClassName
{
border-color: #E175BF;
}
.TagClassName
{
border-color: #E175BF;
}
</style>