Shades of Persian Pink #EE77B4
Tints of Persian Pink #EE77B4
RGB
CMYK
RGB Variations
Color information
#EE77B4 (or 0xEE77B4) is known color: Persian Pink. HEX triplet: EE, 77 and B4. RGB value is (238,119,180). Sum of RGB (Red+Green+Blue) = 238+119+180=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77B4 is #11884B. Grayscale: #A1A1A1. Windows color (decimal): -1149004 or 11827182. OLE color: 11827182.
HSL color Cylindrical-coordinate representation of color #EE77B4: hue angle of 329.24º 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 #EE77B4 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 180 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.07 |
| HSL | 329.24º | 0.78% | 0.7% | - |
| HSV(B) | 329.24º | 0.5% | 0.93% | - |
| XYZ | 50.09 | 34.67 | 47.23 | - |
| YUV | 161.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 180 | 0 | 0.50 | 0.24 | 0.07 | 329.24 | 0.78 | 0.7 |
| Hex | EE | 77 | B4 | 0 | 32 | 18 | 7 | 149 | 4E | 46 |
| Octal | 356 | 167 | 264 | 0 | 62 | 30 | 7 | 511 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10110100 | 0 | 110010 | 11000 | 111 | 101001001 | 1001110 | 1000110 |
Color Harmonies of #EE77B4
Complementary color
Monochromatic Colors of #EE77B4
Black with #EE77B4
Text Example
Text Example
White with #EE77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77B4; }
p { color: rgb(238,119,180); }
H1.HeaderClassName
{
color: #EE77B4;
}
.AnyTagClassName
{
color: #EE77B4;
}
</style>
background-color css
<style>
a { background-color: #EE77B4; }
a { background-color: rgb(238,119,180); }
div.DivClassName
{
background-color: #EE77B4;
}
.BgClassName
{
background-color: #EE77B4;
}
</style>
border-color css
<style>
span { border-color: #EE77B4; }
span { border-color: rgb(238,119,180); }
td.TdClassName
{
border-color: #EE77B4;
}
.TagClassName
{
border-color: #EE77B4;
}
</style>