Shades of Persian Pink #EC7EAE
Tints of Persian Pink #EC7EAE
RGB
CMYK
RGB Variations
Color information
#EC7EAE (or 0xEC7EAE) is known color: Persian Pink. HEX triplet: EC, 7E and AE. RGB value is (236,126,174). Sum of RGB (Red+Green+Blue) = 236+126+174=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7EAE is #138151. Grayscale: #A4A4A4. Windows color (decimal): -1278290 or 11435756. OLE color: 11435756.
HSL color Cylindrical-coordinate representation of color #EC7EAE: hue angle of 333.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7EAE is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 174 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.07 |
| HSL | 333.82º | 0.74% | 0.71% | - |
| HSV(B) | 333.82º | 0.47% | 0.93% | - |
| XYZ | 49.69 | 35.81 | 44.34 | - |
| YUV | 164.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 174 | 0 | 0.47 | 0.26 | 0.07 | 333.82 | 0.74 | 0.71 |
| Hex | EC | 7E | AE | 0 | 2F | 1A | 7 | 14E | 4A | 47 |
| Octal | 354 | 176 | 256 | 0 | 57 | 32 | 7 | 516 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10101110 | 0 | 101111 | 11010 | 111 | 101001110 | 1001010 | 1000111 |
Color Harmonies of #EC7EAE
Complementary color
Monochromatic Colors of #EC7EAE
Black with #EC7EAE
Text Example
Text Example
White with #EC7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EAE; }
p { color: rgb(236,126,174); }
H1.HeaderClassName
{
color: #EC7EAE;
}
.AnyTagClassName
{
color: #EC7EAE;
}
</style>
background-color css
<style>
a { background-color: #EC7EAE; }
a { background-color: rgb(236,126,174); }
div.DivClassName
{
background-color: #EC7EAE;
}
.BgClassName
{
background-color: #EC7EAE;
}
</style>
border-color css
<style>
span { border-color: #EC7EAE; }
span { border-color: rgb(236,126,174); }
td.TdClassName
{
border-color: #EC7EAE;
}
.TagClassName
{
border-color: #EC7EAE;
}
</style>