Shades of Persian Pink #E370B9
Tints of Persian Pink #E370B9
RGB
CMYK
RGB Variations
Color information
#E370B9 (or 0xE370B9) is known color: Persian Pink. HEX triplet: E3, 70 and B9. RGB value is (227,112,185). Sum of RGB (Red+Green+Blue) = 227+112+185=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370B9 is #1C8F46. Grayscale: #9A9A9A. Windows color (decimal): -1871687 or 12153059. OLE color: 12153059.
HSL color Cylindrical-coordinate representation of color #E370B9: hue angle of 321.91º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E370B9 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 185 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.11 |
| HSL | 321.91º | 0.67% | 0.66% | - |
| HSV(B) | 321.91º | 0.51% | 0.89% | - |
| XYZ | 46.23 | 31.42 | 49.53 | - |
| YUV | 154.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 185 | 0 | 0.51 | 0.19 | 0.11 | 321.91 | 0.67 | 0.66 |
| Hex | E3 | 70 | B9 | 0 | 33 | 13 | B | 142 | 43 | 42 |
| Octal | 343 | 160 | 271 | 0 | 63 | 23 | 13 | 502 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10111001 | 0 | 110011 | 10011 | 1011 | 101000010 | 1000011 | 1000010 |
Color Harmonies of #E370B9
Complementary color
Monochromatic Colors of #E370B9
Black with #E370B9
Text Example
Text Example
White with #E370B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370B9; }
p { color: rgb(227,112,185); }
H1.HeaderClassName
{
color: #E370B9;
}
.AnyTagClassName
{
color: #E370B9;
}
</style>
background-color css
<style>
a { background-color: #E370B9; }
a { background-color: rgb(227,112,185); }
div.DivClassName
{
background-color: #E370B9;
}
.BgClassName
{
background-color: #E370B9;
}
</style>
border-color css
<style>
span { border-color: #E370B9; }
span { border-color: rgb(227,112,185); }
td.TdClassName
{
border-color: #E370B9;
}
.TagClassName
{
border-color: #E370B9;
}
</style>