Shades of Persian Pink #E370B1
Tints of Persian Pink #E370B1
RGB
CMYK
RGB Variations
Color information
#E370B1 (or 0xE370B1) is known color: Persian Pink. HEX triplet: E3, 70 and B1. RGB value is (227,112,177). Sum of RGB (Red+Green+Blue) = 227+112+177=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370B1 is #1C8F4E. Grayscale: #999999. Windows color (decimal): -1871695 or 11628771. OLE color: 11628771.
HSL color Cylindrical-coordinate representation of color #E370B1: hue angle of 326.09º 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 #E370B1 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 177 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.11 |
| HSL | 326.09º | 0.67% | 0.66% | - |
| HSV(B) | 326.09º | 0.51% | 0.89% | - |
| XYZ | 45.41 | 31.09 | 45.2 | - |
| YUV | 153.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 177 | 0 | 0.51 | 0.22 | 0.11 | 326.09 | 0.67 | 0.66 |
| Hex | E3 | 70 | B1 | 0 | 33 | 16 | B | 146 | 43 | 42 |
| Octal | 343 | 160 | 261 | 0 | 63 | 26 | 13 | 506 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10110001 | 0 | 110011 | 10110 | 1011 | 101000110 | 1000011 | 1000010 |
Color Harmonies of #E370B1
Complementary color
Monochromatic Colors of #E370B1
Black with #E370B1
Text Example
Text Example
White with #E370B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370B1; }
p { color: rgb(227,112,177); }
H1.HeaderClassName
{
color: #E370B1;
}
.AnyTagClassName
{
color: #E370B1;
}
</style>
background-color css
<style>
a { background-color: #E370B1; }
a { background-color: rgb(227,112,177); }
div.DivClassName
{
background-color: #E370B1;
}
.BgClassName
{
background-color: #E370B1;
}
</style>
border-color css
<style>
span { border-color: #E370B1; }
span { border-color: rgb(227,112,177); }
td.TdClassName
{
border-color: #E370B1;
}
.TagClassName
{
border-color: #E370B1;
}
</style>