Shades of Persian Pink #EC7EBE
Tints of Persian Pink #EC7EBE
RGB
CMYK
RGB Variations
Color information
#EC7EBE (or 0xEC7EBE) is known color: Persian Pink. HEX triplet: EC, 7E and BE. RGB value is (236,126,190). Sum of RGB (Red+Green+Blue) = 236+126+190=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EBE is #138141. Grayscale: #A6A6A6. Windows color (decimal): -1278274 or 12484332. OLE color: 12484332.
HSL color Cylindrical-coordinate representation of color #EC7EBE: hue angle of 325.09º 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 #EC7EBE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 190 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.07 |
| HSL | 325.09º | 0.74% | 0.71% | - |
| HSV(B) | 325.09º | 0.47% | 0.93% | - |
| XYZ | 51.35 | 36.47 | 53.05 | - |
| YUV | 166.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 190 | 0 | 0.47 | 0.19 | 0.07 | 325.09 | 0.74 | 0.71 |
| Hex | EC | 7E | BE | 0 | 2F | 13 | 7 | 145 | 4A | 47 |
| Octal | 354 | 176 | 276 | 0 | 57 | 23 | 7 | 505 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10111110 | 0 | 101111 | 10011 | 111 | 101000101 | 1001010 | 1000111 |
Color Harmonies of #EC7EBE
Complementary color
Monochromatic Colors of #EC7EBE
Black with #EC7EBE
Text Example
Text Example
White with #EC7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EBE; }
p { color: rgb(236,126,190); }
H1.HeaderClassName
{
color: #EC7EBE;
}
.AnyTagClassName
{
color: #EC7EBE;
}
</style>
background-color css
<style>
a { background-color: #EC7EBE; }
a { background-color: rgb(236,126,190); }
div.DivClassName
{
background-color: #EC7EBE;
}
.BgClassName
{
background-color: #EC7EBE;
}
</style>
border-color css
<style>
span { border-color: #EC7EBE; }
span { border-color: rgb(236,126,190); }
td.TdClassName
{
border-color: #EC7EBE;
}
.TagClassName
{
border-color: #EC7EBE;
}
</style>