Shades of Persian Pink #E371BD
Tints of Persian Pink #E371BD
RGB
CMYK
RGB Variations
Color information
#E371BD (or 0xE371BD) is known color: Persian Pink. HEX triplet: E3, 71 and BD. RGB value is (227,113,189). Sum of RGB (Red+Green+Blue) = 227+113+189=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BD is #1C8E42. Grayscale: #9B9B9B. Windows color (decimal): -1871427 or 12415459. OLE color: 12415459.
HSL color Cylindrical-coordinate representation of color #E371BD: hue angle of 320º degrees, saturation: 0.67, 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 #E371BD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 189 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.11 |
| HSL | 320º | 0.67% | 0.67% | - |
| HSV(B) | 320º | 0.5% | 0.89% | - |
| XYZ | 46.77 | 31.82 | 51.82 | - |
| YUV | 155.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 189 | 0 | 0.50 | 0.17 | 0.11 | 320 | 0.67 | 0.67 |
| Hex | E3 | 71 | BD | 0 | 32 | 11 | B | 140 | 43 | 43 |
| Octal | 343 | 161 | 275 | 0 | 62 | 21 | 13 | 500 | 103 | 103 |
| Binary | 11100011 | 1110001 | 10111101 | 0 | 110010 | 10001 | 1011 | 101000000 | 1000011 | 1000011 |
Color Harmonies of #E371BD
Complementary color
Monochromatic Colors of #E371BD
Black with #E371BD
Text Example
Text Example
White with #E371BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371BD; }
p { color: rgb(227,113,189); }
H1.HeaderClassName
{
color: #E371BD;
}
.AnyTagClassName
{
color: #E371BD;
}
</style>
background-color css
<style>
a { background-color: #E371BD; }
a { background-color: rgb(227,113,189); }
div.DivClassName
{
background-color: #E371BD;
}
.BgClassName
{
background-color: #E371BD;
}
</style>
border-color css
<style>
span { border-color: #E371BD; }
span { border-color: rgb(227,113,189); }
td.TdClassName
{
border-color: #E371BD;
}
.TagClassName
{
border-color: #E371BD;
}
</style>