Shades of Persian Pink #E474BD
Tints of Persian Pink #E474BD
RGB
CMYK
RGB Variations
Color information
#E474BD (or 0xE474BD) is known color: Persian Pink. HEX triplet: E4, 74 and BD. RGB value is (228,116,189). Sum of RGB (Red+Green+Blue) = 228+116+189=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E474BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474BD is #1B8B42. Grayscale: #9D9D9D. Windows color (decimal): -1805123 or 12416228. OLE color: 12416228.
HSL color Cylindrical-coordinate representation of color #E474BD: hue angle of 320.89º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474BD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 189 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.11 |
| HSL | 320.89º | 0.67% | 0.67% | - |
| HSV(B) | 320.89º | 0.49% | 0.89% | - |
| XYZ | 47.43 | 32.66 | 51.95 | - |
| YUV | 157.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 189 | 0 | 0.49 | 0.17 | 0.11 | 320.89 | 0.67 | 0.67 |
| Hex | E4 | 74 | BD | 0 | 31 | 11 | B | 141 | 43 | 43 |
| Octal | 344 | 164 | 275 | 0 | 61 | 21 | 13 | 501 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10111101 | 0 | 110001 | 10001 | 1011 | 101000001 | 1000011 | 1000011 |
Color Harmonies of #E474BD
Complementary color
Monochromatic Colors of #E474BD
Black with #E474BD
Text Example
Text Example
White with #E474BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474BD; }
p { color: rgb(228,116,189); }
H1.HeaderClassName
{
color: #E474BD;
}
.AnyTagClassName
{
color: #E474BD;
}
</style>
background-color css
<style>
a { background-color: #E474BD; }
a { background-color: rgb(228,116,189); }
div.DivClassName
{
background-color: #E474BD;
}
.BgClassName
{
background-color: #E474BD;
}
</style>
border-color css
<style>
span { border-color: #E474BD; }
span { border-color: rgb(228,116,189); }
td.TdClassName
{
border-color: #E474BD;
}
.TagClassName
{
border-color: #E474BD;
}
</style>