Shades of Persian Pink #E574BD
Tints of Persian Pink #E574BD
RGB
CMYK
RGB Variations
Color information
#E574BD (or 0xE574BD) is known color: Persian Pink. HEX triplet: E5, 74 and BD. RGB value is (229,116,189). Sum of RGB (Red+Green+Blue) = 229+116+189=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E574BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574BD is #1A8B42. Grayscale: #9D9D9D. Windows color (decimal): -1739587 or 12416229. OLE color: 12416229.
HSL color Cylindrical-coordinate representation of color #E574BD: hue angle of 321.24º 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 #E574BD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 189 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.10 |
| HSL | 321.24º | 0.68% | 0.68% | - |
| HSV(B) | 321.24º | 0.49% | 0.9% | - |
| XYZ | 47.74 | 32.82 | 51.96 | - |
| YUV | 158.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 189 | 0 | 0.49 | 0.17 | 0.10 | 321.24 | 0.68 | 0.68 |
| Hex | E5 | 74 | BD | 0 | 31 | 11 | A | 141 | 44 | 44 |
| Octal | 345 | 164 | 275 | 0 | 61 | 21 | 12 | 501 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10111101 | 0 | 110001 | 10001 | 1010 | 101000001 | 1000100 | 1000100 |
Color Harmonies of #E574BD
Complementary color
Monochromatic Colors of #E574BD
Black with #E574BD
Text Example
Text Example
White with #E574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574BD; }
p { color: rgb(229,116,189); }
H1.HeaderClassName
{
color: #E574BD;
}
.AnyTagClassName
{
color: #E574BD;
}
</style>
background-color css
<style>
a { background-color: #E574BD; }
a { background-color: rgb(229,116,189); }
div.DivClassName
{
background-color: #E574BD;
}
.BgClassName
{
background-color: #E574BD;
}
</style>
border-color css
<style>
span { border-color: #E574BD; }
span { border-color: rgb(229,116,189); }
td.TdClassName
{
border-color: #E574BD;
}
.TagClassName
{
border-color: #E574BD;
}
</style>