Shades of Persian Pink #E373BD
Tints of Persian Pink #E373BD
RGB
CMYK
RGB Variations
Color information
#E373BD (or 0xE373BD) is known color: Persian Pink. HEX triplet: E3, 73 and BD. RGB value is (227,115,189). Sum of RGB (Red+Green+Blue) = 227+115+189=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E373BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373BD is #1C8C42. Grayscale: #9C9C9C. Windows color (decimal): -1870915 or 12415971. OLE color: 12415971.
HSL color Cylindrical-coordinate representation of color #E373BD: hue angle of 320.36º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373BD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 189 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.11 |
| HSL | 320.36º | 0.67% | 0.67% | - |
| HSV(B) | 320.36º | 0.49% | 0.89% | - |
| XYZ | 46.99 | 32.27 | 51.9 | - |
| YUV | 156.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 189 | 0 | 0.49 | 0.17 | 0.11 | 320.36 | 0.67 | 0.67 |
| Hex | E3 | 73 | BD | 0 | 31 | 11 | B | 140 | 43 | 43 |
| Octal | 343 | 163 | 275 | 0 | 61 | 21 | 13 | 500 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10111101 | 0 | 110001 | 10001 | 1011 | 101000000 | 1000011 | 1000011 |
Color Harmonies of #E373BD
Complementary color
Monochromatic Colors of #E373BD
Black with #E373BD
Text Example
Text Example
White with #E373BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373BD; }
p { color: rgb(227,115,189); }
H1.HeaderClassName
{
color: #E373BD;
}
.AnyTagClassName
{
color: #E373BD;
}
</style>
background-color css
<style>
a { background-color: #E373BD; }
a { background-color: rgb(227,115,189); }
div.DivClassName
{
background-color: #E373BD;
}
.BgClassName
{
background-color: #E373BD;
}
</style>
border-color css
<style>
span { border-color: #E373BD; }
span { border-color: rgb(227,115,189); }
td.TdClassName
{
border-color: #E373BD;
}
.TagClassName
{
border-color: #E373BD;
}
</style>