Shades of Persian Pink #EE77C3
Tints of Persian Pink #EE77C3
RGB
CMYK
RGB Variations
Color information
#EE77C3 (or 0xEE77C3) is known color: Persian Pink. HEX triplet: EE, 77 and C3. RGB value is (238,119,195). Sum of RGB (Red+Green+Blue) = 238+119+195=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77C3 is #11883C. Grayscale: #A3A3A3. Windows color (decimal): -1148989 or 12810222. OLE color: 12810222.
HSL color Cylindrical-coordinate representation of color #EE77C3: hue angle of 321.68º 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 #EE77C3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 195 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.07 |
| HSL | 321.68º | 0.78% | 0.7% | - |
| HSV(B) | 321.68º | 0.5% | 0.93% | - |
| XYZ | 51.71 | 35.31 | 55.72 | - |
| YUV | 163.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 195 | 0 | 0.50 | 0.18 | 0.07 | 321.68 | 0.78 | 0.7 |
| Hex | EE | 77 | C3 | 0 | 32 | 12 | 7 | 142 | 4E | 46 |
| Octal | 356 | 167 | 303 | 0 | 62 | 22 | 7 | 502 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11000011 | 0 | 110010 | 10010 | 111 | 101000010 | 1001110 | 1000110 |
Color Harmonies of #EE77C3
Complementary color
Monochromatic Colors of #EE77C3
Black with #EE77C3
Text Example
Text Example
White with #EE77C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77C3; }
p { color: rgb(238,119,195); }
H1.HeaderClassName
{
color: #EE77C3;
}
.AnyTagClassName
{
color: #EE77C3;
}
</style>
background-color css
<style>
a { background-color: #EE77C3; }
a { background-color: rgb(238,119,195); }
div.DivClassName
{
background-color: #EE77C3;
}
.BgClassName
{
background-color: #EE77C3;
}
</style>
border-color css
<style>
span { border-color: #EE77C3; }
span { border-color: rgb(238,119,195); }
td.TdClassName
{
border-color: #EE77C3;
}
.TagClassName
{
border-color: #EE77C3;
}
</style>