Shades of Persian Pink #EC7EC2
Tints of Persian Pink #EC7EC2
RGB
CMYK
RGB Variations
Color information
#EC7EC2 (or 0xEC7EC2) is known color: Persian Pink. HEX triplet: EC, 7E and C2. RGB value is (236,126,194). Sum of RGB (Red+Green+Blue) = 236+126+194=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EC2 is #13813D. Grayscale: #A6A6A6. Windows color (decimal): -1278270 or 12746476. OLE color: 12746476.
HSL color Cylindrical-coordinate representation of color #EC7EC2: hue angle of 322.91º 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 #EC7EC2 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 194 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.07 |
| HSL | 322.91º | 0.74% | 0.71% | - |
| HSV(B) | 322.91º | 0.47% | 0.93% | - |
| XYZ | 51.79 | 36.65 | 55.38 | - |
| YUV | 166.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 194 | 0 | 0.47 | 0.18 | 0.07 | 322.91 | 0.74 | 0.71 |
| Hex | EC | 7E | C2 | 0 | 2F | 12 | 7 | 143 | 4A | 47 |
| Octal | 354 | 176 | 302 | 0 | 57 | 22 | 7 | 503 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11000010 | 0 | 101111 | 10010 | 111 | 101000011 | 1001010 | 1000111 |
Color Harmonies of #EC7EC2
Complementary color
Monochromatic Colors of #EC7EC2
Black with #EC7EC2
Text Example
Text Example
White with #EC7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EC2; }
p { color: rgb(236,126,194); }
H1.HeaderClassName
{
color: #EC7EC2;
}
.AnyTagClassName
{
color: #EC7EC2;
}
</style>
background-color css
<style>
a { background-color: #EC7EC2; }
a { background-color: rgb(236,126,194); }
div.DivClassName
{
background-color: #EC7EC2;
}
.BgClassName
{
background-color: #EC7EC2;
}
</style>
border-color css
<style>
span { border-color: #EC7EC2; }
span { border-color: rgb(236,126,194); }
td.TdClassName
{
border-color: #EC7EC2;
}
.TagClassName
{
border-color: #EC7EC2;
}
</style>