Shades of Persian Pink #E17AB4
Tints of Persian Pink #E17AB4
RGB
CMYK
RGB Variations
Color information
#E17AB4 (or 0xE17AB4) is known color: Persian Pink. HEX triplet: E1, 7A and B4. RGB value is (225,122,180). Sum of RGB (Red+Green+Blue) = 225+122+180=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB4 is #1E854B. Grayscale: #9F9F9F. Windows color (decimal): -2000204 or 11827937. OLE color: 11827937.
HSL color Cylindrical-coordinate representation of color #E17AB4: hue angle of 326.21º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AB4 is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 180 | - |
| CMYK | 0 | 0.46 | 0.2 | 0.12 |
| HSL | 326.21º | 0.63% | 0.68% | - |
| HSV(B) | 326.21º | 0.46% | 0.88% | - |
| XYZ | 46.25 | 33.22 | 47.15 | - |
| YUV | 159.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 180 | 0 | 0.46 | 0.2 | 0.12 | 326.21 | 0.63 | 0.68 |
| Hex | E1 | 7A | B4 | 0 | 2E | 14 | C | 146 | 3F | 44 |
| Octal | 341 | 172 | 264 | 0 | 56 | 24 | 14 | 506 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10110100 | 0 | 101110 | 10100 | 1100 | 101000110 | 111111 | 1000100 |
Color Harmonies of #E17AB4
Complementary color
Monochromatic Colors of #E17AB4
Black with #E17AB4
Text Example
Text Example
White with #E17AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AB4; }
p { color: rgb(225,122,180); }
H1.HeaderClassName
{
color: #E17AB4;
}
.AnyTagClassName
{
color: #E17AB4;
}
</style>
background-color css
<style>
a { background-color: #E17AB4; }
a { background-color: rgb(225,122,180); }
div.DivClassName
{
background-color: #E17AB4;
}
.BgClassName
{
background-color: #E17AB4;
}
</style>
border-color css
<style>
span { border-color: #E17AB4; }
span { border-color: rgb(225,122,180); }
td.TdClassName
{
border-color: #E17AB4;
}
.TagClassName
{
border-color: #E17AB4;
}
</style>