Shades of Persian Pink #E370BD
Tints of Persian Pink #E370BD
RGB
CMYK
RGB Variations
Color information
#E370BD (or 0xE370BD) is known color: Persian Pink. HEX triplet: E3, 70 and BD. RGB value is (227,112,189). Sum of RGB (Red+Green+Blue) = 227+112+189=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E370BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370BD is #1C8F42. Grayscale: #9A9A9A. Windows color (decimal): -1871683 or 12415203. OLE color: 12415203.
HSL color Cylindrical-coordinate representation of color #E370BD: hue angle of 319.83º 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 #E370BD is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 189 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.11 |
| HSL | 319.83º | 0.67% | 0.66% | - |
| HSV(B) | 319.83º | 0.51% | 0.89% | - |
| XYZ | 46.66 | 31.59 | 51.78 | - |
| YUV | 155.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 189 | 0 | 0.51 | 0.17 | 0.11 | 319.83 | 0.67 | 0.66 |
| Hex | E3 | 70 | BD | 0 | 33 | 11 | B | 140 | 43 | 42 |
| Octal | 343 | 160 | 275 | 0 | 63 | 21 | 13 | 500 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10111101 | 0 | 110011 | 10001 | 1011 | 101000000 | 1000011 | 1000010 |
Color Harmonies of #E370BD
Complementary color
Monochromatic Colors of #E370BD
Black with #E370BD
Text Example
Text Example
White with #E370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370BD; }
p { color: rgb(227,112,189); }
H1.HeaderClassName
{
color: #E370BD;
}
.AnyTagClassName
{
color: #E370BD;
}
</style>
background-color css
<style>
a { background-color: #E370BD; }
a { background-color: rgb(227,112,189); }
div.DivClassName
{
background-color: #E370BD;
}
.BgClassName
{
background-color: #E370BD;
}
</style>
border-color css
<style>
span { border-color: #E370BD; }
span { border-color: rgb(227,112,189); }
td.TdClassName
{
border-color: #E370BD;
}
.TagClassName
{
border-color: #E370BD;
}
</style>