Shades of Persian Pink #E574BC
Tints of Persian Pink #E574BC
RGB
CMYK
RGB Variations
Color information
#E574BC (or 0xE574BC) is known color: Persian Pink. HEX triplet: E5, 74 and BC. RGB value is (229,116,188). Sum of RGB (Red+Green+Blue) = 229+116+188=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E574BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574BC is #1A8B43. Grayscale: #9D9D9D. Windows color (decimal): -1739588 or 12350693. OLE color: 12350693.
HSL color Cylindrical-coordinate representation of color #E574BC: hue angle of 321.77º 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 #E574BC is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 188 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.10 |
| HSL | 321.77º | 0.68% | 0.68% | - |
| HSV(B) | 321.77º | 0.49% | 0.9% | - |
| XYZ | 47.64 | 32.78 | 51.39 | - |
| YUV | 158 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 188 | 0 | 0.49 | 0.18 | 0.10 | 321.77 | 0.68 | 0.68 |
| Hex | E5 | 74 | BC | 0 | 31 | 12 | A | 142 | 44 | 44 |
| Octal | 345 | 164 | 274 | 0 | 61 | 22 | 12 | 502 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10111100 | 0 | 110001 | 10010 | 1010 | 101000010 | 1000100 | 1000100 |
Color Harmonies of #E574BC
Complementary color
Monochromatic Colors of #E574BC
Black with #E574BC
Text Example
Text Example
White with #E574BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574BC; }
p { color: rgb(229,116,188); }
H1.HeaderClassName
{
color: #E574BC;
}
.AnyTagClassName
{
color: #E574BC;
}
</style>
background-color css
<style>
a { background-color: #E574BC; }
a { background-color: rgb(229,116,188); }
div.DivClassName
{
background-color: #E574BC;
}
.BgClassName
{
background-color: #E574BC;
}
</style>
border-color css
<style>
span { border-color: #E574BC; }
span { border-color: rgb(229,116,188); }
td.TdClassName
{
border-color: #E574BC;
}
.TagClassName
{
border-color: #E574BC;
}
</style>