Shades of Persian Pink #E574BB
Tints of Persian Pink #E574BB
RGB
CMYK
RGB Variations
Color information
#E574BB (or 0xE574BB) is known color: Persian Pink. HEX triplet: E5, 74 and BB. RGB value is (229,116,187). Sum of RGB (Red+Green+Blue) = 229+116+187=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E574BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574BB is #1A8B44. Grayscale: #9D9D9D. Windows color (decimal): -1739589 or 12285157. OLE color: 12285157.
HSL color Cylindrical-coordinate representation of color #E574BB: hue angle of 322.3º 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 #E574BB is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 187 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.10 |
| HSL | 322.3º | 0.68% | 0.68% | - |
| HSV(B) | 322.3º | 0.49% | 0.9% | - |
| XYZ | 47.53 | 32.74 | 50.83 | - |
| YUV | 157.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 187 | 0 | 0.49 | 0.18 | 0.10 | 322.3 | 0.68 | 0.68 |
| Hex | E5 | 74 | BB | 0 | 31 | 12 | A | 142 | 44 | 44 |
| Octal | 345 | 164 | 273 | 0 | 61 | 22 | 12 | 502 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10111011 | 0 | 110001 | 10010 | 1010 | 101000010 | 1000100 | 1000100 |
Color Harmonies of #E574BB
Complementary color
Monochromatic Colors of #E574BB
Black with #E574BB
Text Example
Text Example
White with #E574BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574BB; }
p { color: rgb(229,116,187); }
H1.HeaderClassName
{
color: #E574BB;
}
.AnyTagClassName
{
color: #E574BB;
}
</style>
background-color css
<style>
a { background-color: #E574BB; }
a { background-color: rgb(229,116,187); }
div.DivClassName
{
background-color: #E574BB;
}
.BgClassName
{
background-color: #E574BB;
}
</style>
border-color css
<style>
span { border-color: #E574BB; }
span { border-color: rgb(229,116,187); }
td.TdClassName
{
border-color: #E574BB;
}
.TagClassName
{
border-color: #E574BB;
}
</style>