Shades of Persian Pink #EE77C6
Tints of Persian Pink #EE77C6
RGB
CMYK
RGB Variations
Color information
#EE77C6 (or 0xEE77C6) is known color: Persian Pink. HEX triplet: EE, 77 and C6. RGB value is (238,119,198). Sum of RGB (Red+Green+Blue) = 238+119+198=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77C6 is #118839. Grayscale: #A3A3A3. Windows color (decimal): -1148986 or 13006830. OLE color: 13006830.
HSL color Cylindrical-coordinate representation of color #EE77C6: hue angle of 320.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE77C6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 198 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.07 |
| HSL | 320.17º | 0.78% | 0.7% | - |
| HSV(B) | 320.17º | 0.5% | 0.93% | - |
| XYZ | 52.05 | 35.45 | 57.52 | - |
| YUV | 163.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 198 | 0 | 0.50 | 0.17 | 0.07 | 320.17 | 0.78 | 0.7 |
| Hex | EE | 77 | C6 | 0 | 32 | 11 | 7 | 140 | 4E | 46 |
| Octal | 356 | 167 | 306 | 0 | 62 | 21 | 7 | 500 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11000110 | 0 | 110010 | 10001 | 111 | 101000000 | 1001110 | 1000110 |
Color Harmonies of #EE77C6
Complementary color
Monochromatic Colors of #EE77C6
Black with #EE77C6
Text Example
Text Example
White with #EE77C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77C6; }
p { color: rgb(238,119,198); }
H1.HeaderClassName
{
color: #EE77C6;
}
.AnyTagClassName
{
color: #EE77C6;
}
</style>
background-color css
<style>
a { background-color: #EE77C6; }
a { background-color: rgb(238,119,198); }
div.DivClassName
{
background-color: #EE77C6;
}
.BgClassName
{
background-color: #EE77C6;
}
</style>
border-color css
<style>
span { border-color: #EE77C6; }
span { border-color: rgb(238,119,198); }
td.TdClassName
{
border-color: #EE77C6;
}
.TagClassName
{
border-color: #EE77C6;
}
</style>