Shades of Persian Pink #EC7BC1
Tints of Persian Pink #EC7BC1
RGB
CMYK
RGB Variations
Color information
#EC7BC1 (or 0xEC7BC1) is known color: Persian Pink. HEX triplet: EC, 7B and C1. RGB value is (236,123,193). Sum of RGB (Red+Green+Blue) = 236+123+193=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BC1 is #13843E. Grayscale: #A4A4A4. Windows color (decimal): -1279039 or 12680172. OLE color: 12680172.
HSL color Cylindrical-coordinate representation of color #EC7BC1: hue angle of 322.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BC1 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 193 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.07 |
| HSL | 322.83º | 0.75% | 0.7% | - |
| HSV(B) | 322.83º | 0.48% | 0.93% | - |
| XYZ | 51.3 | 35.85 | 54.67 | - |
| YUV | 164.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 193 | 0 | 0.48 | 0.18 | 0.07 | 322.83 | 0.75 | 0.7 |
| Hex | EC | 7B | C1 | 0 | 30 | 12 | 7 | 143 | 4B | 46 |
| Octal | 354 | 173 | 301 | 0 | 60 | 22 | 7 | 503 | 113 | 106 |
| Binary | 11101100 | 1111011 | 11000001 | 0 | 110000 | 10010 | 111 | 101000011 | 1001011 | 1000110 |
Color Harmonies of #EC7BC1
Complementary color
Monochromatic Colors of #EC7BC1
Black with #EC7BC1
Text Example
Text Example
White with #EC7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BC1; }
p { color: rgb(236,123,193); }
H1.HeaderClassName
{
color: #EC7BC1;
}
.AnyTagClassName
{
color: #EC7BC1;
}
</style>
background-color css
<style>
a { background-color: #EC7BC1; }
a { background-color: rgb(236,123,193); }
div.DivClassName
{
background-color: #EC7BC1;
}
.BgClassName
{
background-color: #EC7BC1;
}
</style>
border-color css
<style>
span { border-color: #EC7BC1; }
span { border-color: rgb(236,123,193); }
td.TdClassName
{
border-color: #EC7BC1;
}
.TagClassName
{
border-color: #EC7BC1;
}
</style>