Shades of Persian Pink #E175BD
Tints of Persian Pink #E175BD
RGB
CMYK
RGB Variations
Color information
#E175BD (or 0xE175BD) is known color: Persian Pink. HEX triplet: E1, 75 and BD. RGB value is (225,117,189). Sum of RGB (Red+Green+Blue) = 225+117+189=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E175BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175BD is #1E8A42. Grayscale: #9D9D9D. Windows color (decimal): -2001475 or 12416481. OLE color: 12416481.
HSL color Cylindrical-coordinate representation of color #E175BD: hue angle of 320º 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 #E175BD is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 189 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.12 |
| HSL | 320º | 0.64% | 0.67% | - |
| HSV(B) | 320º | 0.48% | 0.88% | - |
| XYZ | 46.6 | 32.4 | 51.94 | - |
| YUV | 157.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 189 | 0 | 0.48 | 0.16 | 0.12 | 320 | 0.64 | 0.67 |
| Hex | E1 | 75 | BD | 0 | 30 | 10 | C | 140 | 40 | 43 |
| Octal | 341 | 165 | 275 | 0 | 60 | 20 | 14 | 500 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10111101 | 0 | 110000 | 10000 | 1100 | 101000000 | 1000000 | 1000011 |
Color Harmonies of #E175BD
Complementary color
Monochromatic Colors of #E175BD
Black with #E175BD
Text Example
Text Example
White with #E175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175BD; }
p { color: rgb(225,117,189); }
H1.HeaderClassName
{
color: #E175BD;
}
.AnyTagClassName
{
color: #E175BD;
}
</style>
background-color css
<style>
a { background-color: #E175BD; }
a { background-color: rgb(225,117,189); }
div.DivClassName
{
background-color: #E175BD;
}
.BgClassName
{
background-color: #E175BD;
}
</style>
border-color css
<style>
span { border-color: #E175BD; }
span { border-color: rgb(225,117,189); }
td.TdClassName
{
border-color: #E175BD;
}
.TagClassName
{
border-color: #E175BD;
}
</style>