Shades of Persian Pink #ED79C2
Tints of Persian Pink #ED79C2
RGB
CMYK
RGB Variations
Color information
#ED79C2 (or 0xED79C2) is known color: Persian Pink. HEX triplet: ED, 79 and C2. RGB value is (237,121,194). Sum of RGB (Red+Green+Blue) = 237+121+194=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C2 is #12863D. Grayscale: #A3A3A3. Windows color (decimal): -1214014 or 12745197. OLE color: 12745197.
HSL color Cylindrical-coordinate representation of color #ED79C2: hue angle of 322.24º degrees, saturation: 0.76, 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 #ED79C2 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 194 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.07 |
| HSL | 322.24º | 0.76% | 0.7% | - |
| HSV(B) | 322.24º | 0.49% | 0.93% | - |
| XYZ | 51.5 | 35.57 | 55.19 | - |
| YUV | 164.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 194 | 0 | 0.49 | 0.18 | 0.07 | 322.24 | 0.76 | 0.7 |
| Hex | ED | 79 | C2 | 0 | 31 | 12 | 7 | 142 | 4C | 46 |
| Octal | 355 | 171 | 302 | 0 | 61 | 22 | 7 | 502 | 114 | 106 |
| Binary | 11101101 | 1111001 | 11000010 | 0 | 110001 | 10010 | 111 | 101000010 | 1001100 | 1000110 |
Color Harmonies of #ED79C2
Complementary color
Monochromatic Colors of #ED79C2
Black with #ED79C2
Text Example
Text Example
White with #ED79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED79C2; }
p { color: rgb(237,121,194); }
H1.HeaderClassName
{
color: #ED79C2;
}
.AnyTagClassName
{
color: #ED79C2;
}
</style>
background-color css
<style>
a { background-color: #ED79C2; }
a { background-color: rgb(237,121,194); }
div.DivClassName
{
background-color: #ED79C2;
}
.BgClassName
{
background-color: #ED79C2;
}
</style>
border-color css
<style>
span { border-color: #ED79C2; }
span { border-color: rgb(237,121,194); }
td.TdClassName
{
border-color: #ED79C2;
}
.TagClassName
{
border-color: #ED79C2;
}
</style>