Shades of Persian Pink #E472B8
Tints of Persian Pink #E472B8
RGB
CMYK
RGB Variations
Color information
#E472B8 (or 0xE472B8) is known color: Persian Pink. HEX triplet: E4, 72 and B8. RGB value is (228,114,184). Sum of RGB (Red+Green+Blue) = 228+114+184=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E472B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472B8 is #1B8D47. Grayscale: #9B9B9B. Windows color (decimal): -1805640 or 12088036. OLE color: 12088036.
HSL color Cylindrical-coordinate representation of color #E472B8: hue angle of 323.16º 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 #E472B8 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 184 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.11 |
| HSL | 323.16º | 0.68% | 0.67% | - |
| HSV(B) | 323.16º | 0.5% | 0.89% | - |
| XYZ | 46.66 | 31.99 | 49.06 | - |
| YUV | 156.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 184 | 0 | 0.50 | 0.19 | 0.11 | 323.16 | 0.68 | 0.67 |
| Hex | E4 | 72 | B8 | 0 | 32 | 13 | B | 143 | 44 | 43 |
| Octal | 344 | 162 | 270 | 0 | 62 | 23 | 13 | 503 | 104 | 103 |
| Binary | 11100100 | 1110010 | 10111000 | 0 | 110010 | 10011 | 1011 | 101000011 | 1000100 | 1000011 |
Color Harmonies of #E472B8
Complementary color
Monochromatic Colors of #E472B8
Black with #E472B8
Text Example
Text Example
White with #E472B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472B8; }
p { color: rgb(228,114,184); }
H1.HeaderClassName
{
color: #E472B8;
}
.AnyTagClassName
{
color: #E472B8;
}
</style>
background-color css
<style>
a { background-color: #E472B8; }
a { background-color: rgb(228,114,184); }
div.DivClassName
{
background-color: #E472B8;
}
.BgClassName
{
background-color: #E472B8;
}
</style>
border-color css
<style>
span { border-color: #E472B8; }
span { border-color: rgb(228,114,184); }
td.TdClassName
{
border-color: #E472B8;
}
.TagClassName
{
border-color: #E472B8;
}
</style>