Shades of Persian Pink #E574AF
Tints of Persian Pink #E574AF
RGB
CMYK
RGB Variations
Color information
#E574AF (or 0xE574AF) is known color: Persian Pink. HEX triplet: E5, 74 and AF. RGB value is (229,116,175). Sum of RGB (Red+Green+Blue) = 229+116+175=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E574AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574AF is #1A8B50. Grayscale: #9C9C9C. Windows color (decimal): -1739601 or 11498725. OLE color: 11498725.
HSL color Cylindrical-coordinate representation of color #E574AF: hue angle of 328.67º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574AF is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 175 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.10 |
| HSL | 328.67º | 0.68% | 0.68% | - |
| HSV(B) | 328.67º | 0.49% | 0.9% | - |
| XYZ | 46.3 | 32.24 | 44.34 | - |
| YUV | 156.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 175 | 0 | 0.49 | 0.24 | 0.10 | 328.67 | 0.68 | 0.68 |
| Hex | E5 | 74 | AF | 0 | 31 | 18 | A | 149 | 44 | 44 |
| Octal | 345 | 164 | 257 | 0 | 61 | 30 | 12 | 511 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10101111 | 0 | 110001 | 11000 | 1010 | 101001001 | 1000100 | 1000100 |
Color Harmonies of #E574AF
Complementary color
Monochromatic Colors of #E574AF
Black with #E574AF
Text Example
Text Example
White with #E574AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574AF; }
p { color: rgb(229,116,175); }
H1.HeaderClassName
{
color: #E574AF;
}
.AnyTagClassName
{
color: #E574AF;
}
</style>
background-color css
<style>
a { background-color: #E574AF; }
a { background-color: rgb(229,116,175); }
div.DivClassName
{
background-color: #E574AF;
}
.BgClassName
{
background-color: #E574AF;
}
</style>
border-color css
<style>
span { border-color: #E574AF; }
span { border-color: rgb(229,116,175); }
td.TdClassName
{
border-color: #E574AF;
}
.TagClassName
{
border-color: #E574AF;
}
</style>