Shades of Persian Pink #E373B5
Tints of Persian Pink #E373B5
RGB
CMYK
RGB Variations
Color information
#E373B5 (or 0xE373B5) is known color: Persian Pink. HEX triplet: E3, 73 and B5. RGB value is (227,115,181). Sum of RGB (Red+Green+Blue) = 227+115+181=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E373B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373B5 is #1C8C4A. Grayscale: #9B9B9B. Windows color (decimal): -1870923 or 11891683. OLE color: 11891683.
HSL color Cylindrical-coordinate representation of color #E373B5: hue angle of 324.64º 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 #E373B5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 181 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.11 |
| HSL | 324.64º | 0.67% | 0.67% | - |
| HSV(B) | 324.64º | 0.49% | 0.89% | - |
| XYZ | 46.15 | 31.93 | 47.45 | - |
| YUV | 156.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 181 | 0 | 0.49 | 0.20 | 0.11 | 324.64 | 0.67 | 0.67 |
| Hex | E3 | 73 | B5 | 0 | 31 | 14 | B | 145 | 43 | 43 |
| Octal | 343 | 163 | 265 | 0 | 61 | 24 | 13 | 505 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10110101 | 0 | 110001 | 10100 | 1011 | 101000101 | 1000011 | 1000011 |
Color Harmonies of #E373B5
Complementary color
Monochromatic Colors of #E373B5
Black with #E373B5
Text Example
Text Example
White with #E373B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373B5; }
p { color: rgb(227,115,181); }
H1.HeaderClassName
{
color: #E373B5;
}
.AnyTagClassName
{
color: #E373B5;
}
</style>
background-color css
<style>
a { background-color: #E373B5; }
a { background-color: rgb(227,115,181); }
div.DivClassName
{
background-color: #E373B5;
}
.BgClassName
{
background-color: #E373B5;
}
</style>
border-color css
<style>
span { border-color: #E373B5; }
span { border-color: rgb(227,115,181); }
td.TdClassName
{
border-color: #E373B5;
}
.TagClassName
{
border-color: #E373B5;
}
</style>