Shades of Persian Pink #EE77BF
Tints of Persian Pink #EE77BF
RGB
CMYK
RGB Variations
Color information
#EE77BF (or 0xEE77BF) is known color: Persian Pink. HEX triplet: EE, 77 and BF. RGB value is (238,119,191). Sum of RGB (Red+Green+Blue) = 238+119+191=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77BF is #118840. Grayscale: #A2A2A2. Windows color (decimal): -1148993 or 12548078. OLE color: 12548078.
HSL color Cylindrical-coordinate representation of color #EE77BF: hue angle of 323.7º 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 #EE77BF is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 191 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.07 |
| HSL | 323.7º | 0.78% | 0.7% | - |
| HSV(B) | 323.7º | 0.5% | 0.93% | - |
| XYZ | 51.26 | 35.13 | 53.37 | - |
| YUV | 162.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 191 | 0 | 0.50 | 0.20 | 0.07 | 323.7 | 0.78 | 0.7 |
| Hex | EE | 77 | BF | 0 | 32 | 14 | 7 | 144 | 4E | 46 |
| Octal | 356 | 167 | 277 | 0 | 62 | 24 | 7 | 504 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10111111 | 0 | 110010 | 10100 | 111 | 101000100 | 1001110 | 1000110 |
Color Harmonies of #EE77BF
Complementary color
Monochromatic Colors of #EE77BF
Black with #EE77BF
Text Example
Text Example
White with #EE77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77BF; }
p { color: rgb(238,119,191); }
H1.HeaderClassName
{
color: #EE77BF;
}
.AnyTagClassName
{
color: #EE77BF;
}
</style>
background-color css
<style>
a { background-color: #EE77BF; }
a { background-color: rgb(238,119,191); }
div.DivClassName
{
background-color: #EE77BF;
}
.BgClassName
{
background-color: #EE77BF;
}
</style>
border-color css
<style>
span { border-color: #EE77BF; }
span { border-color: rgb(238,119,191); }
td.TdClassName
{
border-color: #EE77BF;
}
.TagClassName
{
border-color: #EE77BF;
}
</style>