Shades of Persian Pink #E37DAE
Tints of Persian Pink #E37DAE
RGB
CMYK
RGB Variations
Color information
#E37DAE (or 0xE37DAE) is known color: Persian Pink. HEX triplet: E3, 7D and AE. RGB value is (227,125,174). Sum of RGB (Red+Green+Blue) = 227+125+174=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DAE is #1C8251. Grayscale: #A0A0A0. Windows color (decimal): -1868370 or 11435491. OLE color: 11435491.
HSL color Cylindrical-coordinate representation of color #E37DAE: hue angle of 331.18º 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 #E37DAE is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 174 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.11 |
| HSL | 331.18º | 0.65% | 0.69% | - |
| HSV(B) | 331.18º | 0.45% | 0.89% | - |
| XYZ | 46.65 | 34.05 | 44.16 | - |
| YUV | 161.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 174 | 0 | 0.45 | 0.23 | 0.11 | 331.18 | 0.65 | 0.69 |
| Hex | E3 | 7D | AE | 0 | 2D | 17 | B | 14B | 41 | 45 |
| Octal | 343 | 175 | 256 | 0 | 55 | 27 | 13 | 513 | 101 | 105 |
| Binary | 11100011 | 1111101 | 10101110 | 0 | 101101 | 10111 | 1011 | 101001011 | 1000001 | 1000101 |
Color Harmonies of #E37DAE
Complementary color
Monochromatic Colors of #E37DAE
Black with #E37DAE
Text Example
Text Example
White with #E37DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DAE; }
p { color: rgb(227,125,174); }
H1.HeaderClassName
{
color: #E37DAE;
}
.AnyTagClassName
{
color: #E37DAE;
}
</style>
background-color css
<style>
a { background-color: #E37DAE; }
a { background-color: rgb(227,125,174); }
div.DivClassName
{
background-color: #E37DAE;
}
.BgClassName
{
background-color: #E37DAE;
}
</style>
border-color css
<style>
span { border-color: #E37DAE; }
span { border-color: rgb(227,125,174); }
td.TdClassName
{
border-color: #E37DAE;
}
.TagClassName
{
border-color: #E37DAE;
}
</style>