Shades of Persian Pink #E779C2
Tints of Persian Pink #E779C2
RGB
CMYK
RGB Variations
Color information
#E779C2 (or 0xE779C2) is known color: Persian Pink. HEX triplet: E7, 79 and C2. RGB value is (231,121,194). Sum of RGB (Red+Green+Blue) = 231+121+194=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E779C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779C2 is #18863D. Grayscale: #A2A2A2. Windows color (decimal): -1607230 or 12745191. OLE color: 12745191.
HSL color Cylindrical-coordinate representation of color #E779C2: hue angle of 320.18º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E779C2 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 194 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.09 |
| HSL | 320.18º | 0.7% | 0.69% | - |
| HSV(B) | 320.18º | 0.48% | 0.91% | - |
| XYZ | 49.53 | 34.56 | 55.1 | - |
| YUV | 162.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 194 | 0 | 0.48 | 0.16 | 0.09 | 320.18 | 0.7 | 0.69 |
| Hex | E7 | 79 | C2 | 0 | 30 | 10 | 9 | 140 | 46 | 45 |
| Octal | 347 | 171 | 302 | 0 | 60 | 20 | 11 | 500 | 106 | 105 |
| Binary | 11100111 | 1111001 | 11000010 | 0 | 110000 | 10000 | 1001 | 101000000 | 1000110 | 1000101 |
Color Harmonies of #E779C2
Complementary color
Monochromatic Colors of #E779C2
Black with #E779C2
Text Example
Text Example
White with #E779C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779C2; }
p { color: rgb(231,121,194); }
H1.HeaderClassName
{
color: #E779C2;
}
.AnyTagClassName
{
color: #E779C2;
}
</style>
background-color css
<style>
a { background-color: #E779C2; }
a { background-color: rgb(231,121,194); }
div.DivClassName
{
background-color: #E779C2;
}
.BgClassName
{
background-color: #E779C2;
}
</style>
border-color css
<style>
span { border-color: #E779C2; }
span { border-color: rgb(231,121,194); }
td.TdClassName
{
border-color: #E779C2;
}
.TagClassName
{
border-color: #E779C2;
}
</style>