Shades of Persian Pink #E473B2
Tints of Persian Pink #E473B2
RGB
CMYK
RGB Variations
Color information
#E473B2 (or 0xE473B2) is known color: Persian Pink. HEX triplet: E4, 73 and B2. RGB value is (228,115,178). Sum of RGB (Red+Green+Blue) = 228+115+178=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E473B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E473B2 is #1B8C4D. Grayscale: #9B9B9B. Windows color (decimal): -1805390 or 11695076. OLE color: 11695076.
HSL color Cylindrical-coordinate representation of color #E473B2: hue angle of 326.55º 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 #E473B2 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 178 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.11 |
| HSL | 326.55º | 0.68% | 0.67% | - |
| HSV(B) | 326.55º | 0.5% | 0.89% | - |
| XYZ | 46.16 | 31.97 | 45.86 | - |
| YUV | 155.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 178 | 0 | 0.50 | 0.22 | 0.11 | 326.55 | 0.68 | 0.67 |
| Hex | E4 | 73 | B2 | 0 | 32 | 16 | B | 147 | 44 | 43 |
| Octal | 344 | 163 | 262 | 0 | 62 | 26 | 13 | 507 | 104 | 103 |
| Binary | 11100100 | 1110011 | 10110010 | 0 | 110010 | 10110 | 1011 | 101000111 | 1000100 | 1000011 |
Color Harmonies of #E473B2
Complementary color
Monochromatic Colors of #E473B2
Black with #E473B2
Text Example
Text Example
White with #E473B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473B2; }
p { color: rgb(228,115,178); }
H1.HeaderClassName
{
color: #E473B2;
}
.AnyTagClassName
{
color: #E473B2;
}
</style>
background-color css
<style>
a { background-color: #E473B2; }
a { background-color: rgb(228,115,178); }
div.DivClassName
{
background-color: #E473B2;
}
.BgClassName
{
background-color: #E473B2;
}
</style>
border-color css
<style>
span { border-color: #E473B2; }
span { border-color: rgb(228,115,178); }
td.TdClassName
{
border-color: #E473B2;
}
.TagClassName
{
border-color: #E473B2;
}
</style>