Shades of Persian Pink #EC74AF
Tints of Persian Pink #EC74AF
RGB
CMYK
RGB Variations
Color information
#EC74AF (or 0xEC74AF) is known color: Persian Pink. HEX triplet: EC, 74 and AF. RGB value is (236,116,175). Sum of RGB (Red+Green+Blue) = 236+116+175=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AF is #138B50. Grayscale: #9E9E9E. Windows color (decimal): -1280849 or 11498732. OLE color: 11498732.
HSL color Cylindrical-coordinate representation of color #EC74AF: hue angle of 330.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 #EC74AF is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 175 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.07 |
| HSL | 330.5º | 0.76% | 0.69% | - |
| HSV(B) | 330.5º | 0.51% | 0.93% | - |
| XYZ | 48.58 | 33.42 | 44.45 | - |
| YUV | 158.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 175 | 0 | 0.51 | 0.26 | 0.07 | 330.5 | 0.76 | 0.69 |
| Hex | EC | 74 | AF | 0 | 33 | 1A | 7 | 14A | 4C | 45 |
| Octal | 354 | 164 | 257 | 0 | 63 | 32 | 7 | 512 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10101111 | 0 | 110011 | 11010 | 111 | 101001010 | 1001100 | 1000101 |
Color Harmonies of #EC74AF
Complementary color
Monochromatic Colors of #EC74AF
Black with #EC74AF
Text Example
Text Example
White with #EC74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74AF; }
p { color: rgb(236,116,175); }
H1.HeaderClassName
{
color: #EC74AF;
}
.AnyTagClassName
{
color: #EC74AF;
}
</style>
background-color css
<style>
a { background-color: #EC74AF; }
a { background-color: rgb(236,116,175); }
div.DivClassName
{
background-color: #EC74AF;
}
.BgClassName
{
background-color: #EC74AF;
}
</style>
border-color css
<style>
span { border-color: #EC74AF; }
span { border-color: rgb(236,116,175); }
td.TdClassName
{
border-color: #EC74AF;
}
.TagClassName
{
border-color: #EC74AF;
}
</style>