Shades of Persian Pink #E373BF
Tints of Persian Pink #E373BF
RGB
CMYK
RGB Variations
Color information
#E373BF (or 0xE373BF) is known color: Persian Pink. HEX triplet: E3, 73 and BF. RGB value is (227,115,191). Sum of RGB (Red+Green+Blue) = 227+115+191=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E373BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373BF is #1C8C40. Grayscale: #9C9C9C. Windows color (decimal): -1870913 or 12547043. OLE color: 12547043.
HSL color Cylindrical-coordinate representation of color #E373BF: hue angle of 319.29º 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 #E373BF is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 191 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.11 |
| HSL | 319.29º | 0.67% | 0.67% | - |
| HSV(B) | 319.29º | 0.49% | 0.89% | - |
| XYZ | 47.21 | 32.35 | 53.05 | - |
| YUV | 157.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 191 | 0 | 0.49 | 0.16 | 0.11 | 319.29 | 0.67 | 0.67 |
| Hex | E3 | 73 | BF | 0 | 31 | 10 | B | 13F | 43 | 43 |
| Octal | 343 | 163 | 277 | 0 | 61 | 20 | 13 | 477 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10111111 | 0 | 110001 | 10000 | 1011 | 100111111 | 1000011 | 1000011 |
Color Harmonies of #E373BF
Complementary color
Monochromatic Colors of #E373BF
Black with #E373BF
Text Example
Text Example
White with #E373BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373BF; }
p { color: rgb(227,115,191); }
H1.HeaderClassName
{
color: #E373BF;
}
.AnyTagClassName
{
color: #E373BF;
}
</style>
background-color css
<style>
a { background-color: #E373BF; }
a { background-color: rgb(227,115,191); }
div.DivClassName
{
background-color: #E373BF;
}
.BgClassName
{
background-color: #E373BF;
}
</style>
border-color css
<style>
span { border-color: #E373BF; }
span { border-color: rgb(227,115,191); }
td.TdClassName
{
border-color: #E373BF;
}
.TagClassName
{
border-color: #E373BF;
}
</style>