Shades of Persian Pink #EE78AD
Tints of Persian Pink #EE78AD
RGB
CMYK
RGB Variations
Color information
#EE78AD (or 0xEE78AD) is known color: Persian Pink. HEX triplet: EE, 78 and AD. RGB value is (238,120,173). Sum of RGB (Red+Green+Blue) = 238+120+173=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE78AD is #118752. Grayscale: #A1A1A1. Windows color (decimal): -1148755 or 11368686. OLE color: 11368686.
HSL color Cylindrical-coordinate representation of color #EE78AD: hue angle of 333.05º 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 #EE78AD is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 173 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.07 |
| HSL | 333.05º | 0.78% | 0.7% | - |
| HSV(B) | 333.05º | 0.5% | 0.93% | - |
| XYZ | 49.52 | 34.63 | 43.61 | - |
| YUV | 161.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 173 | 0 | 0.50 | 0.27 | 0.07 | 333.05 | 0.78 | 0.7 |
| Hex | EE | 78 | AD | 0 | 32 | 1B | 7 | 14D | 4E | 46 |
| Octal | 356 | 170 | 255 | 0 | 62 | 33 | 7 | 515 | 116 | 106 |
| Binary | 11101110 | 1111000 | 10101101 | 0 | 110010 | 11011 | 111 | 101001101 | 1001110 | 1000110 |
Color Harmonies of #EE78AD
Complementary color
Monochromatic Colors of #EE78AD
Black with #EE78AD
Text Example
Text Example
White with #EE78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78AD; }
p { color: rgb(238,120,173); }
H1.HeaderClassName
{
color: #EE78AD;
}
.AnyTagClassName
{
color: #EE78AD;
}
</style>
background-color css
<style>
a { background-color: #EE78AD; }
a { background-color: rgb(238,120,173); }
div.DivClassName
{
background-color: #EE78AD;
}
.BgClassName
{
background-color: #EE78AD;
}
</style>
border-color css
<style>
span { border-color: #EE78AD; }
span { border-color: rgb(238,120,173); }
td.TdClassName
{
border-color: #EE78AD;
}
.TagClassName
{
border-color: #EE78AD;
}
</style>