Shades of Persian Pink #EC74BA
Tints of Persian Pink #EC74BA
RGB
CMYK
RGB Variations
Color information
#EC74BA (or 0xEC74BA) is known color: Persian Pink. HEX triplet: EC, 74 and BA. RGB value is (236,116,186). Sum of RGB (Red+Green+Blue) = 236+116+186=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BA is #138B45. Grayscale: #9F9F9F. Windows color (decimal): -1280838 or 12219628. OLE color: 12219628.
HSL color Cylindrical-coordinate representation of color #EC74BA: hue angle of 325º 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 #EC74BA is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 186 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.07 |
| HSL | 325º | 0.76% | 0.69% | - |
| HSV(B) | 325º | 0.51% | 0.93% | - |
| XYZ | 49.7 | 33.87 | 50.37 | - |
| YUV | 159.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 186 | 0 | 0.51 | 0.21 | 0.07 | 325 | 0.76 | 0.69 |
| Hex | EC | 74 | BA | 0 | 33 | 15 | 7 | 145 | 4C | 45 |
| Octal | 354 | 164 | 272 | 0 | 63 | 25 | 7 | 505 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10111010 | 0 | 110011 | 10101 | 111 | 101000101 | 1001100 | 1000101 |
Color Harmonies of #EC74BA
Complementary color
Monochromatic Colors of #EC74BA
Black with #EC74BA
Text Example
Text Example
White with #EC74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74BA; }
p { color: rgb(236,116,186); }
H1.HeaderClassName
{
color: #EC74BA;
}
.AnyTagClassName
{
color: #EC74BA;
}
</style>
background-color css
<style>
a { background-color: #EC74BA; }
a { background-color: rgb(236,116,186); }
div.DivClassName
{
background-color: #EC74BA;
}
.BgClassName
{
background-color: #EC74BA;
}
</style>
border-color css
<style>
span { border-color: #EC74BA; }
span { border-color: rgb(236,116,186); }
td.TdClassName
{
border-color: #EC74BA;
}
.TagClassName
{
border-color: #EC74BA;
}
</style>