Shades of Persian Pink #EC7FC1
Tints of Persian Pink #EC7FC1
RGB
CMYK
RGB Variations
Color information
#EC7FC1 (or 0xEC7FC1) is known color: Persian Pink. HEX triplet: EC, 7F and C1. RGB value is (236,127,193). Sum of RGB (Red+Green+Blue) = 236+127+193=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC1 is #13803E. Grayscale: #A6A6A6. Windows color (decimal): -1278015 or 12681196. OLE color: 12681196.
HSL color Cylindrical-coordinate representation of color #EC7FC1: hue angle of 323.67º 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 #EC7FC1 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 193 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.07 |
| HSL | 323.67º | 0.74% | 0.71% | - |
| HSV(B) | 323.67º | 0.46% | 0.93% | - |
| XYZ | 51.81 | 36.86 | 54.84 | - |
| YUV | 167.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 193 | 0 | 0.46 | 0.18 | 0.07 | 323.67 | 0.74 | 0.71 |
| Hex | EC | 7F | C1 | 0 | 2E | 12 | 7 | 144 | 4A | 47 |
| Octal | 354 | 177 | 301 | 0 | 56 | 22 | 7 | 504 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11000001 | 0 | 101110 | 10010 | 111 | 101000100 | 1001010 | 1000111 |
Color Harmonies of #EC7FC1
Complementary color
Monochromatic Colors of #EC7FC1
Black with #EC7FC1
Text Example
Text Example
White with #EC7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FC1; }
p { color: rgb(236,127,193); }
H1.HeaderClassName
{
color: #EC7FC1;
}
.AnyTagClassName
{
color: #EC7FC1;
}
</style>
background-color css
<style>
a { background-color: #EC7FC1; }
a { background-color: rgb(236,127,193); }
div.DivClassName
{
background-color: #EC7FC1;
}
.BgClassName
{
background-color: #EC7FC1;
}
</style>
border-color css
<style>
span { border-color: #EC7FC1; }
span { border-color: rgb(236,127,193); }
td.TdClassName
{
border-color: #EC7FC1;
}
.TagClassName
{
border-color: #EC7FC1;
}
</style>