Shades of Persian Pink #EC74C2
Tints of Persian Pink #EC74C2
RGB
CMYK
RGB Variations
Color information
#EC74C2 (or 0xEC74C2) is known color: Persian Pink. HEX triplet: EC, 74 and C2. RGB value is (236,116,194). Sum of RGB (Red+Green+Blue) = 236+116+194=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74C2 is #138B3D. Grayscale: #A0A0A0. Windows color (decimal): -1280830 or 12743916. OLE color: 12743916.
HSL color Cylindrical-coordinate representation of color #EC74C2: hue angle of 321º 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 #EC74C2 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 194 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.07 |
| HSL | 321º | 0.76% | 0.69% | - |
| HSV(B) | 321º | 0.51% | 0.93% | - |
| XYZ | 50.58 | 34.22 | 54.98 | - |
| YUV | 160.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 194 | 0 | 0.51 | 0.18 | 0.07 | 321 | 0.76 | 0.69 |
| Hex | EC | 74 | C2 | 0 | 33 | 12 | 7 | 141 | 4C | 45 |
| Octal | 354 | 164 | 302 | 0 | 63 | 22 | 7 | 501 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11000010 | 0 | 110011 | 10010 | 111 | 101000001 | 1001100 | 1000101 |
Color Harmonies of #EC74C2
Complementary color
Monochromatic Colors of #EC74C2
Black with #EC74C2
Text Example
Text Example
White with #EC74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74C2; }
p { color: rgb(236,116,194); }
H1.HeaderClassName
{
color: #EC74C2;
}
.AnyTagClassName
{
color: #EC74C2;
}
</style>
background-color css
<style>
a { background-color: #EC74C2; }
a { background-color: rgb(236,116,194); }
div.DivClassName
{
background-color: #EC74C2;
}
.BgClassName
{
background-color: #EC74C2;
}
</style>
border-color css
<style>
span { border-color: #EC74C2; }
span { border-color: rgb(236,116,194); }
td.TdClassName
{
border-color: #EC74C2;
}
.TagClassName
{
border-color: #EC74C2;
}
</style>