Shades of Persian Pink #E475BA
Tints of Persian Pink #E475BA
RGB
CMYK
RGB Variations
Color information
#E475BA (or 0xE475BA) is known color: Persian Pink. HEX triplet: E4, 75 and BA. RGB value is (228,117,186). Sum of RGB (Red+Green+Blue) = 228+117+186=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E475BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475BA is #1B8A45. Grayscale: #9D9D9D. Windows color (decimal): -1804870 or 12219876. OLE color: 12219876.
HSL color Cylindrical-coordinate representation of color #E475BA: hue angle of 322.7º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475BA is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 186 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.11 |
| HSL | 322.7º | 0.67% | 0.68% | - |
| HSV(B) | 322.7º | 0.49% | 0.89% | - |
| XYZ | 47.22 | 32.76 | 50.29 | - |
| YUV | 158.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 186 | 0 | 0.49 | 0.18 | 0.11 | 322.7 | 0.67 | 0.68 |
| Hex | E4 | 75 | BA | 0 | 31 | 12 | B | 143 | 43 | 44 |
| Octal | 344 | 165 | 272 | 0 | 61 | 22 | 13 | 503 | 103 | 104 |
| Binary | 11100100 | 1110101 | 10111010 | 0 | 110001 | 10010 | 1011 | 101000011 | 1000011 | 1000100 |
Color Harmonies of #E475BA
Complementary color
Monochromatic Colors of #E475BA
Black with #E475BA
Text Example
Text Example
White with #E475BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475BA; }
p { color: rgb(228,117,186); }
H1.HeaderClassName
{
color: #E475BA;
}
.AnyTagClassName
{
color: #E475BA;
}
</style>
background-color css
<style>
a { background-color: #E475BA; }
a { background-color: rgb(228,117,186); }
div.DivClassName
{
background-color: #E475BA;
}
.BgClassName
{
background-color: #E475BA;
}
</style>
border-color css
<style>
span { border-color: #E475BA; }
span { border-color: rgb(228,117,186); }
td.TdClassName
{
border-color: #E475BA;
}
.TagClassName
{
border-color: #E475BA;
}
</style>