Shades of Persian Pink #E175BB
Tints of Persian Pink #E175BB
RGB
CMYK
RGB Variations
Color information
#E175BB (or 0xE175BB) is known color: Persian Pink. HEX triplet: E1, 75 and BB. RGB value is (225,117,187). Sum of RGB (Red+Green+Blue) = 225+117+187=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E175BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175BB is #1E8A44. Grayscale: #9D9D9D. Windows color (decimal): -2001477 or 12285409. OLE color: 12285409.
HSL color Cylindrical-coordinate representation of color #E175BB: hue angle of 321.11º 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 #E175BB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 187 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.12 |
| HSL | 321.11º | 0.64% | 0.67% | - |
| HSV(B) | 321.11º | 0.48% | 0.88% | - |
| XYZ | 46.38 | 32.32 | 50.81 | - |
| YUV | 157.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 187 | 0 | 0.48 | 0.17 | 0.12 | 321.11 | 0.64 | 0.67 |
| Hex | E1 | 75 | BB | 0 | 30 | 11 | C | 141 | 40 | 43 |
| Octal | 341 | 165 | 273 | 0 | 60 | 21 | 14 | 501 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10111011 | 0 | 110000 | 10001 | 1100 | 101000001 | 1000000 | 1000011 |
Color Harmonies of #E175BB
Complementary color
Monochromatic Colors of #E175BB
Black with #E175BB
Text Example
Text Example
White with #E175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175BB; }
p { color: rgb(225,117,187); }
H1.HeaderClassName
{
color: #E175BB;
}
.AnyTagClassName
{
color: #E175BB;
}
</style>
background-color css
<style>
a { background-color: #E175BB; }
a { background-color: rgb(225,117,187); }
div.DivClassName
{
background-color: #E175BB;
}
.BgClassName
{
background-color: #E175BB;
}
</style>
border-color css
<style>
span { border-color: #E175BB; }
span { border-color: rgb(225,117,187); }
td.TdClassName
{
border-color: #E175BB;
}
.TagClassName
{
border-color: #E175BB;
}
</style>