Shades of Persian Pink #EC74BF
Tints of Persian Pink #EC74BF
RGB
CMYK
RGB Variations
Color information
#EC74BF (or 0xEC74BF) is known color: Persian Pink. HEX triplet: EC, 74 and BF. RGB value is (236,116,191). Sum of RGB (Red+Green+Blue) = 236+116+191=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BF is #138B40. Grayscale: #A0A0A0. Windows color (decimal): -1280833 or 12547308. OLE color: 12547308.
HSL color Cylindrical-coordinate representation of color #EC74BF: hue angle of 322.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74BF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 191 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.07 |
| HSL | 322.5º | 0.76% | 0.69% | - |
| HSV(B) | 322.5º | 0.51% | 0.93% | - |
| XYZ | 50.24 | 34.09 | 53.22 | - |
| YUV | 160.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 191 | 0 | 0.51 | 0.19 | 0.07 | 322.5 | 0.76 | 0.69 |
| Hex | EC | 74 | BF | 0 | 33 | 13 | 7 | 142 | 4C | 45 |
| Octal | 354 | 164 | 277 | 0 | 63 | 23 | 7 | 502 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10111111 | 0 | 110011 | 10011 | 111 | 101000010 | 1001100 | 1000101 |
Color Harmonies of #EC74BF
Complementary color
Monochromatic Colors of #EC74BF
Black with #EC74BF
Text Example
Text Example
White with #EC74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74BF; }
p { color: rgb(236,116,191); }
H1.HeaderClassName
{
color: #EC74BF;
}
.AnyTagClassName
{
color: #EC74BF;
}
</style>
background-color css
<style>
a { background-color: #EC74BF; }
a { background-color: rgb(236,116,191); }
div.DivClassName
{
background-color: #EC74BF;
}
.BgClassName
{
background-color: #EC74BF;
}
</style>
border-color css
<style>
span { border-color: #EC74BF; }
span { border-color: rgb(236,116,191); }
td.TdClassName
{
border-color: #EC74BF;
}
.TagClassName
{
border-color: #EC74BF;
}
</style>