Shades of Persian Pink #EC75AD
Tints of Persian Pink #EC75AD
RGB
CMYK
RGB Variations
Color information
#EC75AD (or 0xEC75AD) is known color: Persian Pink. HEX triplet: EC, 75 and AD. RGB value is (236,117,173). Sum of RGB (Red+Green+Blue) = 236+117+173=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75AD is #138A52. Grayscale: #9E9E9E. Windows color (decimal): -1280595 or 11367916. OLE color: 11367916.
HSL color Cylindrical-coordinate representation of color #EC75AD: hue angle of 331.76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75AD is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 173 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.07 |
| HSL | 331.76º | 0.76% | 0.69% | - |
| HSV(B) | 331.76º | 0.5% | 0.93% | - |
| XYZ | 48.5 | 33.57 | 43.46 | - |
| YUV | 158.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 173 | 0 | 0.50 | 0.27 | 0.07 | 331.76 | 0.76 | 0.69 |
| Hex | EC | 75 | AD | 0 | 32 | 1B | 7 | 14C | 4C | 45 |
| Octal | 354 | 165 | 255 | 0 | 62 | 33 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10101101 | 0 | 110010 | 11011 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC75AD
Complementary color
Monochromatic Colors of #EC75AD
Black with #EC75AD
Text Example
Text Example
White with #EC75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75AD; }
p { color: rgb(236,117,173); }
H1.HeaderClassName
{
color: #EC75AD;
}
.AnyTagClassName
{
color: #EC75AD;
}
</style>
background-color css
<style>
a { background-color: #EC75AD; }
a { background-color: rgb(236,117,173); }
div.DivClassName
{
background-color: #EC75AD;
}
.BgClassName
{
background-color: #EC75AD;
}
</style>
border-color css
<style>
span { border-color: #EC75AD; }
span { border-color: rgb(236,117,173); }
td.TdClassName
{
border-color: #EC75AD;
}
.TagClassName
{
border-color: #EC75AD;
}
</style>