Shades of Persian Pink #E37DC3
Tints of Persian Pink #E37DC3
RGB
CMYK
RGB Variations
Color information
#E37DC3 (or 0xE37DC3) is known color: Persian Pink. HEX triplet: E3, 7D and C3. RGB value is (227,125,195). Sum of RGB (Red+Green+Blue) = 227+125+195=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DC3 is #1C823C. Grayscale: #A3A3A3. Windows color (decimal): -1868349 or 12811747. OLE color: 12811747.
HSL color Cylindrical-coordinate representation of color #E37DC3: hue angle of 318.82º 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 #E37DC3 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 195 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.11 |
| HSL | 318.82º | 0.65% | 0.69% | - |
| HSV(B) | 318.82º | 0.45% | 0.89% | - |
| XYZ | 48.86 | 34.94 | 55.8 | - |
| YUV | 163.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 195 | 0 | 0.45 | 0.14 | 0.11 | 318.82 | 0.65 | 0.69 |
| Hex | E3 | 7D | C3 | 0 | 2D | E | B | 13F | 41 | 45 |
| Octal | 343 | 175 | 303 | 0 | 55 | 16 | 13 | 477 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11000011 | 0 | 101101 | 1110 | 1011 | 100111111 | 1000001 | 1000101 |
Color Harmonies of #E37DC3
Complementary color
Monochromatic Colors of #E37DC3
Black with #E37DC3
Text Example
Text Example
White with #E37DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DC3; }
p { color: rgb(227,125,195); }
H1.HeaderClassName
{
color: #E37DC3;
}
.AnyTagClassName
{
color: #E37DC3;
}
</style>
background-color css
<style>
a { background-color: #E37DC3; }
a { background-color: rgb(227,125,195); }
div.DivClassName
{
background-color: #E37DC3;
}
.BgClassName
{
background-color: #E37DC3;
}
</style>
border-color css
<style>
span { border-color: #E37DC3; }
span { border-color: rgb(227,125,195); }
td.TdClassName
{
border-color: #E37DC3;
}
.TagClassName
{
border-color: #E37DC3;
}
</style>