Shades of Persian Pink #EC79B3
Tints of Persian Pink #EC79B3
RGB
CMYK
RGB Variations
Color information
#EC79B3 (or 0xEC79B3) is known color: Persian Pink. HEX triplet: EC, 79 and B3. RGB value is (236,121,179). Sum of RGB (Red+Green+Blue) = 236+121+179=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79B3 is #13864C. Grayscale: #A1A1A1. Windows color (decimal): -1279565 or 11762156. OLE color: 11762156.
HSL color Cylindrical-coordinate representation of color #EC79B3: hue angle of 329.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79B3 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 179 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.07 |
| HSL | 329.74º | 0.75% | 0.7% | - |
| HSV(B) | 329.74º | 0.49% | 0.93% | - |
| XYZ | 49.57 | 34.76 | 46.75 | - |
| YUV | 162 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 179 | 0 | 0.49 | 0.24 | 0.07 | 329.74 | 0.75 | 0.7 |
| Hex | EC | 79 | B3 | 0 | 31 | 18 | 7 | 14A | 4B | 46 |
| Octal | 354 | 171 | 263 | 0 | 61 | 30 | 7 | 512 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10110011 | 0 | 110001 | 11000 | 111 | 101001010 | 1001011 | 1000110 |
Color Harmonies of #EC79B3
Complementary color
Monochromatic Colors of #EC79B3
Black with #EC79B3
Text Example
Text Example
White with #EC79B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79B3; }
p { color: rgb(236,121,179); }
H1.HeaderClassName
{
color: #EC79B3;
}
.AnyTagClassName
{
color: #EC79B3;
}
</style>
background-color css
<style>
a { background-color: #EC79B3; }
a { background-color: rgb(236,121,179); }
div.DivClassName
{
background-color: #EC79B3;
}
.BgClassName
{
background-color: #EC79B3;
}
</style>
border-color css
<style>
span { border-color: #EC79B3; }
span { border-color: rgb(236,121,179); }
td.TdClassName
{
border-color: #EC79B3;
}
.TagClassName
{
border-color: #EC79B3;
}
</style>