Shades of Persian Pink #E471BB
Tints of Persian Pink #E471BB
RGB
CMYK
RGB Variations
Color information
#E471BB (or 0xE471BB) is known color: Persian Pink. HEX triplet: E4, 71 and BB. RGB value is (228,113,187). Sum of RGB (Red+Green+Blue) = 228+113+187=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E471BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471BB is #1B8E44. Grayscale: #9B9B9B. Windows color (decimal): -1805893 or 12284388. OLE color: 12284388.
HSL color Cylindrical-coordinate representation of color #E471BB: hue angle of 321.39º 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 #E471BB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 187 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.11 |
| HSL | 321.39º | 0.68% | 0.67% | - |
| HSV(B) | 321.39º | 0.5% | 0.89% | - |
| XYZ | 46.87 | 31.89 | 50.7 | - |
| YUV | 155.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 187 | 0 | 0.50 | 0.18 | 0.11 | 321.39 | 0.68 | 0.67 |
| Hex | E4 | 71 | BB | 0 | 32 | 12 | B | 141 | 44 | 43 |
| Octal | 344 | 161 | 273 | 0 | 62 | 22 | 13 | 501 | 104 | 103 |
| Binary | 11100100 | 1110001 | 10111011 | 0 | 110010 | 10010 | 1011 | 101000001 | 1000100 | 1000011 |
Color Harmonies of #E471BB
Complementary color
Monochromatic Colors of #E471BB
Black with #E471BB
Text Example
Text Example
White with #E471BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471BB; }
p { color: rgb(228,113,187); }
H1.HeaderClassName
{
color: #E471BB;
}
.AnyTagClassName
{
color: #E471BB;
}
</style>
background-color css
<style>
a { background-color: #E471BB; }
a { background-color: rgb(228,113,187); }
div.DivClassName
{
background-color: #E471BB;
}
.BgClassName
{
background-color: #E471BB;
}
</style>
border-color css
<style>
span { border-color: #E471BB; }
span { border-color: rgb(228,113,187); }
td.TdClassName
{
border-color: #E471BB;
}
.TagClassName
{
border-color: #E471BB;
}
</style>