Shades of Persian Pink #E17BAF
Tints of Persian Pink #E17BAF
RGB
CMYK
RGB Variations
Color information
#E17BAF (or 0xE17BAF) is known color: Persian Pink. HEX triplet: E1, 7B and AF. RGB value is (225,123,175). Sum of RGB (Red+Green+Blue) = 225+123+175=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BAF is #1E8450. Grayscale: #9F9F9F. Windows color (decimal): -1999953 or 11500513. OLE color: 11500513.
HSL color Cylindrical-coordinate representation of color #E17BAF: hue angle of 329.41º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BAF is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 175 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.12 |
| HSL | 329.41º | 0.63% | 0.68% | - |
| HSV(B) | 329.41º | 0.45% | 0.88% | - |
| XYZ | 45.87 | 33.27 | 44.56 | - |
| YUV | 159.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 175 | 0 | 0.45 | 0.22 | 0.12 | 329.41 | 0.63 | 0.68 |
| Hex | E1 | 7B | AF | 0 | 2D | 16 | C | 149 | 3F | 44 |
| Octal | 341 | 173 | 257 | 0 | 55 | 26 | 14 | 511 | 77 | 104 |
| Binary | 11100001 | 1111011 | 10101111 | 0 | 101101 | 10110 | 1100 | 101001001 | 111111 | 1000100 |
Color Harmonies of #E17BAF
Complementary color
Monochromatic Colors of #E17BAF
Black with #E17BAF
Text Example
Text Example
White with #E17BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BAF; }
p { color: rgb(225,123,175); }
H1.HeaderClassName
{
color: #E17BAF;
}
.AnyTagClassName
{
color: #E17BAF;
}
</style>
background-color css
<style>
a { background-color: #E17BAF; }
a { background-color: rgb(225,123,175); }
div.DivClassName
{
background-color: #E17BAF;
}
.BgClassName
{
background-color: #E17BAF;
}
</style>
border-color css
<style>
span { border-color: #E17BAF; }
span { border-color: rgb(225,123,175); }
td.TdClassName
{
border-color: #E17BAF;
}
.TagClassName
{
border-color: #E17BAF;
}
</style>