Shades of Persian Pink #E17BAE
Tints of Persian Pink #E17BAE
RGB
CMYK
RGB Variations
Color information
#E17BAE (or 0xE17BAE) is known color: Persian Pink. HEX triplet: E1, 7B and AE. RGB value is (225,123,174). Sum of RGB (Red+Green+Blue) = 225+123+174=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BAE is #1E8451. Grayscale: #9F9F9F. Windows color (decimal): -1999954 or 11434977. OLE color: 11434977.
HSL color Cylindrical-coordinate representation of color #E17BAE: hue angle of 330º 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 #E17BAE is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 174 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.12 |
| HSL | 330º | 0.63% | 0.68% | - |
| HSV(B) | 330º | 0.45% | 0.88% | - |
| XYZ | 45.77 | 33.23 | 44.05 | - |
| YUV | 159.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 174 | 0 | 0.45 | 0.23 | 0.12 | 330 | 0.63 | 0.68 |
| Hex | E1 | 7B | AE | 0 | 2D | 17 | C | 14A | 3F | 44 |
| Octal | 341 | 173 | 256 | 0 | 55 | 27 | 14 | 512 | 77 | 104 |
| Binary | 11100001 | 1111011 | 10101110 | 0 | 101101 | 10111 | 1100 | 101001010 | 111111 | 1000100 |
Color Harmonies of #E17BAE
Complementary color
Monochromatic Colors of #E17BAE
Black with #E17BAE
Text Example
Text Example
White with #E17BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BAE; }
p { color: rgb(225,123,174); }
H1.HeaderClassName
{
color: #E17BAE;
}
.AnyTagClassName
{
color: #E17BAE;
}
</style>
background-color css
<style>
a { background-color: #E17BAE; }
a { background-color: rgb(225,123,174); }
div.DivClassName
{
background-color: #E17BAE;
}
.BgClassName
{
background-color: #E17BAE;
}
</style>
border-color css
<style>
span { border-color: #E17BAE; }
span { border-color: rgb(225,123,174); }
td.TdClassName
{
border-color: #E17BAE;
}
.TagClassName
{
border-color: #E17BAE;
}
</style>