Shades of Persian Pink #EE78C3
Tints of Persian Pink #EE78C3
RGB
CMYK
RGB Variations
Color information
#EE78C3 (or 0xEE78C3) is known color: Persian Pink. HEX triplet: EE, 78 and C3. RGB value is (238,120,195). Sum of RGB (Red+Green+Blue) = 238+120+195=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78C3 is #11873C. Grayscale: #A3A3A3. Windows color (decimal): -1148733 or 12810478. OLE color: 12810478.
HSL color Cylindrical-coordinate representation of color #EE78C3: hue angle of 321.86º 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 #EE78C3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 195 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.07 |
| HSL | 321.86º | 0.78% | 0.7% | - |
| HSV(B) | 321.86º | 0.5% | 0.93% | - |
| XYZ | 51.83 | 35.55 | 55.76 | - |
| YUV | 163.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 195 | 0 | 0.50 | 0.18 | 0.07 | 321.86 | 0.78 | 0.7 |
| Hex | EE | 78 | C3 | 0 | 32 | 12 | 7 | 142 | 4E | 46 |
| Octal | 356 | 170 | 303 | 0 | 62 | 22 | 7 | 502 | 116 | 106 |
| Binary | 11101110 | 1111000 | 11000011 | 0 | 110010 | 10010 | 111 | 101000010 | 1001110 | 1000110 |
Color Harmonies of #EE78C3
Complementary color
Monochromatic Colors of #EE78C3
Black with #EE78C3
Text Example
Text Example
White with #EE78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78C3; }
p { color: rgb(238,120,195); }
H1.HeaderClassName
{
color: #EE78C3;
}
.AnyTagClassName
{
color: #EE78C3;
}
</style>
background-color css
<style>
a { background-color: #EE78C3; }
a { background-color: rgb(238,120,195); }
div.DivClassName
{
background-color: #EE78C3;
}
.BgClassName
{
background-color: #EE78C3;
}
</style>
border-color css
<style>
span { border-color: #EE78C3; }
span { border-color: rgb(238,120,195); }
td.TdClassName
{
border-color: #EE78C3;
}
.TagClassName
{
border-color: #EE78C3;
}
</style>