Shades of Persian Pink #EC75AC
Tints of Persian Pink #EC75AC
RGB
CMYK
RGB Variations
Color information
#EC75AC (or 0xEC75AC) is known color: Persian Pink. HEX triplet: EC, 75 and AC. RGB value is (236,117,172). Sum of RGB (Red+Green+Blue) = 236+117+172=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75AC is #138A53. Grayscale: #9E9E9E. Windows color (decimal): -1280596 or 11302380. OLE color: 11302380.
HSL color Cylindrical-coordinate representation of color #EC75AC: hue angle of 332.27º 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 #EC75AC is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 172 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.07 |
| HSL | 332.27º | 0.76% | 0.69% | - |
| HSV(B) | 332.27º | 0.5% | 0.93% | - |
| XYZ | 48.4 | 33.53 | 42.95 | - |
| YUV | 158.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 172 | 0 | 0.50 | 0.27 | 0.07 | 332.27 | 0.76 | 0.69 |
| Hex | EC | 75 | AC | 0 | 32 | 1B | 7 | 14C | 4C | 45 |
| Octal | 354 | 165 | 254 | 0 | 62 | 33 | 7 | 514 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10101100 | 0 | 110010 | 11011 | 111 | 101001100 | 1001100 | 1000101 |
Color Harmonies of #EC75AC
Complementary color
Monochromatic Colors of #EC75AC
Black with #EC75AC
Text Example
Text Example
White with #EC75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75AC; }
p { color: rgb(236,117,172); }
H1.HeaderClassName
{
color: #EC75AC;
}
.AnyTagClassName
{
color: #EC75AC;
}
</style>
background-color css
<style>
a { background-color: #EC75AC; }
a { background-color: rgb(236,117,172); }
div.DivClassName
{
background-color: #EC75AC;
}
.BgClassName
{
background-color: #EC75AC;
}
</style>
border-color css
<style>
span { border-color: #EC75AC; }
span { border-color: rgb(236,117,172); }
td.TdClassName
{
border-color: #EC75AC;
}
.TagClassName
{
border-color: #EC75AC;
}
</style>