Shades of Persian Pink #E47AC6
Tints of Persian Pink #E47AC6
RGB
CMYK
RGB Variations
Color information
#E47AC6 (or 0xE47AC6) is known color: Persian Pink. HEX triplet: E4, 7A and C6. RGB value is (228,122,198). Sum of RGB (Red+Green+Blue) = 228+122+198=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AC6 is #1B8539. Grayscale: #A2A2A2. Windows color (decimal): -1803578 or 13007588. OLE color: 13007588.
HSL color Cylindrical-coordinate representation of color #E47AC6: hue angle of 316.98º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47AC6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 198 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.11 |
| HSL | 316.98º | 0.66% | 0.69% | - |
| HSV(B) | 316.98º | 0.46% | 0.89% | - |
| XYZ | 49.15 | 34.49 | 57.49 | - |
| YUV | 162.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 198 | 0 | 0.46 | 0.13 | 0.11 | 316.98 | 0.66 | 0.69 |
| Hex | E4 | 7A | C6 | 0 | 2E | D | B | 13D | 42 | 45 |
| Octal | 344 | 172 | 306 | 0 | 56 | 15 | 13 | 475 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11000110 | 0 | 101110 | 1101 | 1011 | 100111101 | 1000010 | 1000101 |
Color Harmonies of #E47AC6
Complementary color
Monochromatic Colors of #E47AC6
Black with #E47AC6
Text Example
Text Example
White with #E47AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AC6; }
p { color: rgb(228,122,198); }
H1.HeaderClassName
{
color: #E47AC6;
}
.AnyTagClassName
{
color: #E47AC6;
}
</style>
background-color css
<style>
a { background-color: #E47AC6; }
a { background-color: rgb(228,122,198); }
div.DivClassName
{
background-color: #E47AC6;
}
.BgClassName
{
background-color: #E47AC6;
}
</style>
border-color css
<style>
span { border-color: #E47AC6; }
span { border-color: rgb(228,122,198); }
td.TdClassName
{
border-color: #E47AC6;
}
.TagClassName
{
border-color: #E47AC6;
}
</style>