Shades of Persian Pink #EE7EC0
Tints of Persian Pink #EE7EC0
RGB
CMYK
RGB Variations
Color information
#EE7EC0 (or 0xEE7EC0) is known color: Persian Pink. HEX triplet: EE, 7E and C0. RGB value is (238,126,192). Sum of RGB (Red+Green+Blue) = 238+126+192=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7EC0 is #11813F. Grayscale: #A6A6A6. Windows color (decimal): -1147200 or 12615406. OLE color: 12615406.
HSL color Cylindrical-coordinate representation of color #EE7EC0: hue angle of 324.64º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7EC0 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 192 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.07 |
| HSL | 324.64º | 0.77% | 0.71% | - |
| HSV(B) | 324.64º | 0.47% | 0.93% | - |
| XYZ | 52.24 | 36.9 | 54.24 | - |
| YUV | 167.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 192 | 0 | 0.47 | 0.19 | 0.07 | 324.64 | 0.77 | 0.71 |
| Hex | EE | 7E | C0 | 0 | 2F | 13 | 7 | 145 | 4D | 47 |
| Octal | 356 | 176 | 300 | 0 | 57 | 23 | 7 | 505 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11000000 | 0 | 101111 | 10011 | 111 | 101000101 | 1001101 | 1000111 |
Color Harmonies of #EE7EC0
Complementary color
Monochromatic Colors of #EE7EC0
Black with #EE7EC0
Text Example
Text Example
White with #EE7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EC0; }
p { color: rgb(238,126,192); }
H1.HeaderClassName
{
color: #EE7EC0;
}
.AnyTagClassName
{
color: #EE7EC0;
}
</style>
background-color css
<style>
a { background-color: #EE7EC0; }
a { background-color: rgb(238,126,192); }
div.DivClassName
{
background-color: #EE7EC0;
}
.BgClassName
{
background-color: #EE7EC0;
}
</style>
border-color css
<style>
span { border-color: #EE7EC0; }
span { border-color: rgb(238,126,192); }
td.TdClassName
{
border-color: #EE7EC0;
}
.TagClassName
{
border-color: #EE7EC0;
}
</style>