Shades of Persian Pink #EE7CBC
Tints of Persian Pink #EE7CBC
RGB
CMYK
RGB Variations
Color information
#EE7CBC (or 0xEE7CBC) is known color: Persian Pink. HEX triplet: EE, 7C and BC. RGB value is (238,124,188). Sum of RGB (Red+Green+Blue) = 238+124+188=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CBC is #118343. Grayscale: #A5A5A5. Windows color (decimal): -1147716 or 12352750. OLE color: 12352750.
HSL color Cylindrical-coordinate representation of color #EE7CBC: hue angle of 326.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CBC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 188 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 326.32º | 0.77% | 0.71% | - |
| HSV(B) | 326.32º | 0.48% | 0.93% | - |
| XYZ | 51.54 | 36.22 | 51.85 | - |
| YUV | 165.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 188 | 0 | 0.48 | 0.21 | 0.07 | 326.32 | 0.77 | 0.71 |
| Hex | EE | 7C | BC | 0 | 30 | 15 | 7 | 146 | 4D | 47 |
| Octal | 356 | 174 | 274 | 0 | 60 | 25 | 7 | 506 | 115 | 107 |
| Binary | 11101110 | 1111100 | 10111100 | 0 | 110000 | 10101 | 111 | 101000110 | 1001101 | 1000111 |
Color Harmonies of #EE7CBC
Complementary color
Monochromatic Colors of #EE7CBC
Black with #EE7CBC
Text Example
Text Example
White with #EE7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CBC; }
p { color: rgb(238,124,188); }
H1.HeaderClassName
{
color: #EE7CBC;
}
.AnyTagClassName
{
color: #EE7CBC;
}
</style>
background-color css
<style>
a { background-color: #EE7CBC; }
a { background-color: rgb(238,124,188); }
div.DivClassName
{
background-color: #EE7CBC;
}
.BgClassName
{
background-color: #EE7CBC;
}
</style>
border-color css
<style>
span { border-color: #EE7CBC; }
span { border-color: rgb(238,124,188); }
td.TdClassName
{
border-color: #EE7CBC;
}
.TagClassName
{
border-color: #EE7CBC;
}
</style>