Shades of Persian Pink #E474AC
Tints of Persian Pink #E474AC
RGB
CMYK
RGB Variations
Color information
#E474AC (or 0xE474AC) is known color: Persian Pink. HEX triplet: E4, 74 and AC. RGB value is (228,116,172). Sum of RGB (Red+Green+Blue) = 228+116+172=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E474AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E474AC is #1B8B53. Grayscale: #9B9B9B. Windows color (decimal): -1805140 or 11302116. OLE color: 11302116.
HSL color Cylindrical-coordinate representation of color #E474AC: hue angle of 330º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474AC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 172 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.11 |
| HSL | 330º | 0.67% | 0.67% | - |
| HSV(B) | 330º | 0.49% | 0.89% | - |
| XYZ | 45.69 | 31.96 | 42.79 | - |
| YUV | 155.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 172 | 0 | 0.49 | 0.25 | 0.11 | 330 | 0.67 | 0.67 |
| Hex | E4 | 74 | AC | 0 | 31 | 19 | B | 14A | 43 | 43 |
| Octal | 344 | 164 | 254 | 0 | 61 | 31 | 13 | 512 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10101100 | 0 | 110001 | 11001 | 1011 | 101001010 | 1000011 | 1000011 |
Color Harmonies of #E474AC
Complementary color
Monochromatic Colors of #E474AC
Black with #E474AC
Text Example
Text Example
White with #E474AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474AC; }
p { color: rgb(228,116,172); }
H1.HeaderClassName
{
color: #E474AC;
}
.AnyTagClassName
{
color: #E474AC;
}
</style>
background-color css
<style>
a { background-color: #E474AC; }
a { background-color: rgb(228,116,172); }
div.DivClassName
{
background-color: #E474AC;
}
.BgClassName
{
background-color: #E474AC;
}
</style>
border-color css
<style>
span { border-color: #E474AC; }
span { border-color: rgb(228,116,172); }
td.TdClassName
{
border-color: #E474AC;
}
.TagClassName
{
border-color: #E474AC;
}
</style>