Shades of Persian Pink #E472B9
Tints of Persian Pink #E472B9
RGB
CMYK
RGB Variations
Color information
#E472B9 (or 0xE472B9) is known color: Persian Pink. HEX triplet: E4, 72 and B9. RGB value is (228,114,185). Sum of RGB (Red+Green+Blue) = 228+114+185=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E472B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472B9 is #1B8D46. Grayscale: #9C9C9C. Windows color (decimal): -1805639 or 12153572. OLE color: 12153572.
HSL color Cylindrical-coordinate representation of color #E472B9: hue angle of 322.63º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472B9 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 185 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.11 |
| HSL | 322.63º | 0.68% | 0.67% | - |
| HSV(B) | 322.63º | 0.5% | 0.89% | - |
| XYZ | 46.77 | 32.03 | 49.62 | - |
| YUV | 156.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 185 | 0 | 0.50 | 0.19 | 0.11 | 322.63 | 0.68 | 0.67 |
| Hex | E4 | 72 | B9 | 0 | 32 | 13 | B | 143 | 44 | 43 |
| Octal | 344 | 162 | 271 | 0 | 62 | 23 | 13 | 503 | 104 | 103 |
| Binary | 11100100 | 1110010 | 10111001 | 0 | 110010 | 10011 | 1011 | 101000011 | 1000100 | 1000011 |
Color Harmonies of #E472B9
Complementary color
Monochromatic Colors of #E472B9
Black with #E472B9
Text Example
Text Example
White with #E472B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472B9; }
p { color: rgb(228,114,185); }
H1.HeaderClassName
{
color: #E472B9;
}
.AnyTagClassName
{
color: #E472B9;
}
</style>
background-color css
<style>
a { background-color: #E472B9; }
a { background-color: rgb(228,114,185); }
div.DivClassName
{
background-color: #E472B9;
}
.BgClassName
{
background-color: #E472B9;
}
</style>
border-color css
<style>
span { border-color: #E472B9; }
span { border-color: rgb(228,114,185); }
td.TdClassName
{
border-color: #E472B9;
}
.TagClassName
{
border-color: #E472B9;
}
</style>