Shades of Persian Pink #E574B8
Tints of Persian Pink #E574B8
RGB
CMYK
RGB Variations
Color information
#E574B8 (or 0xE574B8) is known color: Persian Pink. HEX triplet: E5, 74 and B8. RGB value is (229,116,184). Sum of RGB (Red+Green+Blue) = 229+116+184=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B8 is #1A8B47. Grayscale: #9D9D9D. Windows color (decimal): -1739592 or 12088549. OLE color: 12088549.
HSL color Cylindrical-coordinate representation of color #E574B8: hue angle of 323.89º 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 #E574B8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 184 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.10 |
| HSL | 323.89º | 0.68% | 0.68% | - |
| HSV(B) | 323.89º | 0.49% | 0.9% | - |
| XYZ | 47.21 | 32.61 | 49.15 | - |
| YUV | 157.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 184 | 0 | 0.49 | 0.20 | 0.10 | 323.89 | 0.68 | 0.68 |
| Hex | E5 | 74 | B8 | 0 | 31 | 14 | A | 144 | 44 | 44 |
| Octal | 345 | 164 | 270 | 0 | 61 | 24 | 12 | 504 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10111000 | 0 | 110001 | 10100 | 1010 | 101000100 | 1000100 | 1000100 |
Color Harmonies of #E574B8
Complementary color
Monochromatic Colors of #E574B8
Black with #E574B8
Text Example
Text Example
White with #E574B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574B8; }
p { color: rgb(229,116,184); }
H1.HeaderClassName
{
color: #E574B8;
}
.AnyTagClassName
{
color: #E574B8;
}
</style>
background-color css
<style>
a { background-color: #E574B8; }
a { background-color: rgb(229,116,184); }
div.DivClassName
{
background-color: #E574B8;
}
.BgClassName
{
background-color: #E574B8;
}
</style>
border-color css
<style>
span { border-color: #E574B8; }
span { border-color: rgb(229,116,184); }
td.TdClassName
{
border-color: #E574B8;
}
.TagClassName
{
border-color: #E574B8;
}
</style>