Shades of Persian Pink #E473C4
Tints of Persian Pink #E473C4
RGB
CMYK
RGB Variations
Color information
#E473C4 (or 0xE473C4) is known color: Persian Pink. HEX triplet: E4, 73 and C4. RGB value is (228,115,196). Sum of RGB (Red+Green+Blue) = 228+115+196=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E473C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473C4 is #1B8C3B. Grayscale: #9D9D9D. Windows color (decimal): -1805372 or 12874724. OLE color: 12874724.
HSL color Cylindrical-coordinate representation of color #E473C4: hue angle of 316.99º 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 #E473C4 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 196 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.11 |
| HSL | 316.99º | 0.68% | 0.67% | - |
| HSV(B) | 316.99º | 0.5% | 0.89% | - |
| XYZ | 48.09 | 32.74 | 56.01 | - |
| YUV | 158.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 196 | 0 | 0.50 | 0.14 | 0.11 | 316.99 | 0.68 | 0.67 |
| Hex | E4 | 73 | C4 | 0 | 32 | E | B | 13D | 44 | 43 |
| Octal | 344 | 163 | 304 | 0 | 62 | 16 | 13 | 475 | 104 | 103 |
| Binary | 11100100 | 1110011 | 11000100 | 0 | 110010 | 1110 | 1011 | 100111101 | 1000100 | 1000011 |
Color Harmonies of #E473C4
Complementary color
Monochromatic Colors of #E473C4
Black with #E473C4
Text Example
Text Example
White with #E473C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473C4; }
p { color: rgb(228,115,196); }
H1.HeaderClassName
{
color: #E473C4;
}
.AnyTagClassName
{
color: #E473C4;
}
</style>
background-color css
<style>
a { background-color: #E473C4; }
a { background-color: rgb(228,115,196); }
div.DivClassName
{
background-color: #E473C4;
}
.BgClassName
{
background-color: #E473C4;
}
</style>
border-color css
<style>
span { border-color: #E473C4; }
span { border-color: rgb(228,115,196); }
td.TdClassName
{
border-color: #E473C4;
}
.TagClassName
{
border-color: #E473C4;
}
</style>