Shades of Persian Pink #E37DC0
Tints of Persian Pink #E37DC0
RGB
CMYK
RGB Variations
Color information
#E37DC0 (or 0xE37DC0) is known color: Persian Pink. HEX triplet: E3, 7D and C0. RGB value is (227,125,192). Sum of RGB (Red+Green+Blue) = 227+125+192=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DC0 is #1C823F. Grayscale: #A2A2A2. Windows color (decimal): -1868352 or 12615139. OLE color: 12615139.
HSL color Cylindrical-coordinate representation of color #E37DC0: hue angle of 320.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37DC0 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 192 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.11 |
| HSL | 320.59º | 0.65% | 0.69% | - |
| HSV(B) | 320.59º | 0.45% | 0.89% | - |
| XYZ | 48.53 | 34.8 | 54.03 | - |
| YUV | 163.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 192 | 0 | 0.45 | 0.15 | 0.11 | 320.59 | 0.65 | 0.69 |
| Hex | E3 | 7D | C0 | 0 | 2D | F | B | 141 | 41 | 45 |
| Octal | 343 | 175 | 300 | 0 | 55 | 17 | 13 | 501 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11000000 | 0 | 101101 | 1111 | 1011 | 101000001 | 1000001 | 1000101 |
Color Harmonies of #E37DC0
Complementary color
Monochromatic Colors of #E37DC0
Black with #E37DC0
Text Example
Text Example
White with #E37DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DC0; }
p { color: rgb(227,125,192); }
H1.HeaderClassName
{
color: #E37DC0;
}
.AnyTagClassName
{
color: #E37DC0;
}
</style>
background-color css
<style>
a { background-color: #E37DC0; }
a { background-color: rgb(227,125,192); }
div.DivClassName
{
background-color: #E37DC0;
}
.BgClassName
{
background-color: #E37DC0;
}
</style>
border-color css
<style>
span { border-color: #E37DC0; }
span { border-color: rgb(227,125,192); }
td.TdClassName
{
border-color: #E37DC0;
}
.TagClassName
{
border-color: #E37DC0;
}
</style>