Shades of Persian Pink #EC80C0
Tints of Persian Pink #EC80C0
RGB
CMYK
RGB Variations
Color information
#EC80C0 (or 0xEC80C0) is known color: Persian Pink. HEX triplet: EC, 80 and C0. RGB value is (236,128,192). Sum of RGB (Red+Green+Blue) = 236+128+192=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C0 is #137F3F. Grayscale: #A7A7A7. Windows color (decimal): -1277760 or 12615916. OLE color: 12615916.
HSL color Cylindrical-coordinate representation of color #EC80C0: hue angle of 324.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80C0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 192 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 324.44º | 0.74% | 0.71% | - |
| HSV(B) | 324.44º | 0.46% | 0.93% | - |
| XYZ | 51.83 | 37.08 | 54.29 | - |
| YUV | 167.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 192 | 0 | 0.46 | 0.19 | 0.07 | 324.44 | 0.74 | 0.71 |
| Hex | EC | 80 | C0 | 0 | 2E | 13 | 7 | 144 | 4A | 47 |
| Octal | 354 | 200 | 300 | 0 | 56 | 23 | 7 | 504 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11000000 | 0 | 101110 | 10011 | 111 | 101000100 | 1001010 | 1000111 |
Color Harmonies of #EC80C0
Complementary color
Monochromatic Colors of #EC80C0
Black with #EC80C0
Text Example
Text Example
White with #EC80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80C0; }
p { color: rgb(236,128,192); }
H1.HeaderClassName
{
color: #EC80C0;
}
.AnyTagClassName
{
color: #EC80C0;
}
</style>
background-color css
<style>
a { background-color: #EC80C0; }
a { background-color: rgb(236,128,192); }
div.DivClassName
{
background-color: #EC80C0;
}
.BgClassName
{
background-color: #EC80C0;
}
</style>
border-color css
<style>
span { border-color: #EC80C0; }
span { border-color: rgb(236,128,192); }
td.TdClassName
{
border-color: #EC80C0;
}
.TagClassName
{
border-color: #EC80C0;
}
</style>