Shades of Persian Pink #EC76BE
Tints of Persian Pink #EC76BE
RGB
CMYK
RGB Variations
Color information
#EC76BE (or 0xEC76BE) is known color: Persian Pink. HEX triplet: EC, 76 and BE. RGB value is (236,118,190). Sum of RGB (Red+Green+Blue) = 236+118+190=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76BE is #138941. Grayscale: #A1A1A1. Windows color (decimal): -1280322 or 12482284. OLE color: 12482284.
HSL color Cylindrical-coordinate representation of color #EC76BE: hue angle of 323.39º 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 #EC76BE is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 190 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.07 |
| HSL | 323.39º | 0.76% | 0.69% | - |
| HSV(B) | 323.39º | 0.5% | 0.93% | - |
| XYZ | 50.36 | 34.51 | 52.72 | - |
| YUV | 161.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 190 | 0 | 0.5 | 0.19 | 0.07 | 323.39 | 0.76 | 0.69 |
| Hex | EC | 76 | BE | 0 | 32 | 13 | 7 | 143 | 4C | 45 |
| Octal | 354 | 166 | 276 | 0 | 62 | 23 | 7 | 503 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10111110 | 0 | 110010 | 10011 | 111 | 101000011 | 1001100 | 1000101 |
Color Harmonies of #EC76BE
Complementary color
Monochromatic Colors of #EC76BE
Black with #EC76BE
Text Example
Text Example
White with #EC76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76BE; }
p { color: rgb(236,118,190); }
H1.HeaderClassName
{
color: #EC76BE;
}
.AnyTagClassName
{
color: #EC76BE;
}
</style>
background-color css
<style>
a { background-color: #EC76BE; }
a { background-color: rgb(236,118,190); }
div.DivClassName
{
background-color: #EC76BE;
}
.BgClassName
{
background-color: #EC76BE;
}
</style>
border-color css
<style>
span { border-color: #EC76BE; }
span { border-color: rgb(236,118,190); }
td.TdClassName
{
border-color: #EC76BE;
}
.TagClassName
{
border-color: #EC76BE;
}
</style>