Shades of Persian Pink #EC7CBE
Tints of Persian Pink #EC7CBE
RGB
CMYK
RGB Variations
Color information
#EC7CBE (or 0xEC7CBE) is known color: Persian Pink. HEX triplet: EC, 7C and BE. RGB value is (236,124,190). Sum of RGB (Red+Green+Blue) = 236+124+190=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBE is #138341. Grayscale: #A4A4A4. Windows color (decimal): -1278786 or 12483820. OLE color: 12483820.
HSL color Cylindrical-coordinate representation of color #EC7CBE: hue angle of 324.64º degrees, saturation: 0.75, 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 #EC7CBE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 190 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.07 |
| HSL | 324.64º | 0.75% | 0.71% | - |
| HSV(B) | 324.64º | 0.47% | 0.93% | - |
| XYZ | 51.09 | 35.97 | 52.96 | - |
| YUV | 165.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 190 | 0 | 0.47 | 0.19 | 0.07 | 324.64 | 0.75 | 0.71 |
| Hex | EC | 7C | BE | 0 | 2F | 13 | 7 | 145 | 4B | 47 |
| Octal | 354 | 174 | 276 | 0 | 57 | 23 | 7 | 505 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10111110 | 0 | 101111 | 10011 | 111 | 101000101 | 1001011 | 1000111 |
Color Harmonies of #EC7CBE
Complementary color
Monochromatic Colors of #EC7CBE
Black with #EC7CBE
Text Example
Text Example
White with #EC7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CBE; }
p { color: rgb(236,124,190); }
H1.HeaderClassName
{
color: #EC7CBE;
}
.AnyTagClassName
{
color: #EC7CBE;
}
</style>
background-color css
<style>
a { background-color: #EC7CBE; }
a { background-color: rgb(236,124,190); }
div.DivClassName
{
background-color: #EC7CBE;
}
.BgClassName
{
background-color: #EC7CBE;
}
</style>
border-color css
<style>
span { border-color: #EC7CBE; }
span { border-color: rgb(236,124,190); }
td.TdClassName
{
border-color: #EC7CBE;
}
.TagClassName
{
border-color: #EC7CBE;
}
</style>