Shades of Persian Pink #EC74AE
Tints of Persian Pink #EC74AE
RGB
CMYK
RGB Variations
Color information
#EC74AE (or 0xEC74AE) is known color: Persian Pink. HEX triplet: EC, 74 and AE. RGB value is (236,116,174). Sum of RGB (Red+Green+Blue) = 236+116+174=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AE is #138B51. Grayscale: #9E9E9E. Windows color (decimal): -1280850 or 11433196. OLE color: 11433196.
HSL color Cylindrical-coordinate representation of color #EC74AE: hue angle of 331º 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 #EC74AE is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 174 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.07 |
| HSL | 331º | 0.76% | 0.69% | - |
| HSV(B) | 331º | 0.51% | 0.93% | - |
| XYZ | 48.48 | 33.38 | 43.93 | - |
| YUV | 158.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 174 | 0 | 0.51 | 0.26 | 0.07 | 331 | 0.76 | 0.69 |
| Hex | EC | 74 | AE | 0 | 33 | 1A | 7 | 14B | 4C | 45 |
| Octal | 354 | 164 | 256 | 0 | 63 | 32 | 7 | 513 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10101110 | 0 | 110011 | 11010 | 111 | 101001011 | 1001100 | 1000101 |
Color Harmonies of #EC74AE
Complementary color
Monochromatic Colors of #EC74AE
Black with #EC74AE
Text Example
Text Example
White with #EC74AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74AE; }
p { color: rgb(236,116,174); }
H1.HeaderClassName
{
color: #EC74AE;
}
.AnyTagClassName
{
color: #EC74AE;
}
</style>
background-color css
<style>
a { background-color: #EC74AE; }
a { background-color: rgb(236,116,174); }
div.DivClassName
{
background-color: #EC74AE;
}
.BgClassName
{
background-color: #EC74AE;
}
</style>
border-color css
<style>
span { border-color: #EC74AE; }
span { border-color: rgb(236,116,174); }
td.TdClassName
{
border-color: #EC74AE;
}
.TagClassName
{
border-color: #EC74AE;
}
</style>