Shades of Persian Pink #EC75C5
Tints of Persian Pink #EC75C5
RGB
CMYK
RGB Variations
Color information
#EC75C5 (or 0xEC75C5) is known color: Persian Pink. HEX triplet: EC, 75 and C5. RGB value is (236,117,197). Sum of RGB (Red+Green+Blue) = 236+117+197=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75C5 is #138A3A. Grayscale: #A1A1A1. Windows color (decimal): -1280571 or 12940780. OLE color: 12940780.
HSL color Cylindrical-coordinate representation of color #EC75C5: hue angle of 319.66º 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 #EC75C5 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 197 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.07 |
| HSL | 319.66º | 0.76% | 0.69% | - |
| HSV(B) | 319.66º | 0.5% | 0.93% | - |
| XYZ | 51.03 | 34.59 | 56.81 | - |
| YUV | 161.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 197 | 0 | 0.50 | 0.17 | 0.07 | 319.66 | 0.76 | 0.69 |
| Hex | EC | 75 | C5 | 0 | 32 | 11 | 7 | 140 | 4C | 45 |
| Octal | 354 | 165 | 305 | 0 | 62 | 21 | 7 | 500 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11000101 | 0 | 110010 | 10001 | 111 | 101000000 | 1001100 | 1000101 |
Color Harmonies of #EC75C5
Complementary color
Monochromatic Colors of #EC75C5
Black with #EC75C5
Text Example
Text Example
White with #EC75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75C5; }
p { color: rgb(236,117,197); }
H1.HeaderClassName
{
color: #EC75C5;
}
.AnyTagClassName
{
color: #EC75C5;
}
</style>
background-color css
<style>
a { background-color: #EC75C5; }
a { background-color: rgb(236,117,197); }
div.DivClassName
{
background-color: #EC75C5;
}
.BgClassName
{
background-color: #EC75C5;
}
</style>
border-color css
<style>
span { border-color: #EC75C5; }
span { border-color: rgb(236,117,197); }
td.TdClassName
{
border-color: #EC75C5;
}
.TagClassName
{
border-color: #EC75C5;
}
</style>