Shades of Persian Pink #EE7BBC
Tints of Persian Pink #EE7BBC
RGB
CMYK
RGB Variations
Color information
#EE7BBC (or 0xEE7BBC) is known color: Persian Pink. HEX triplet: EE, 7B and BC. RGB value is (238,123,188). Sum of RGB (Red+Green+Blue) = 238+123+188=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BBC is #118443. Grayscale: #A4A4A4. Windows color (decimal): -1147972 or 12352494. OLE color: 12352494.
HSL color Cylindrical-coordinate representation of color #EE7BBC: hue angle of 326.09º 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 #EE7BBC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 188 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 326.09º | 0.77% | 0.71% | - |
| HSV(B) | 326.09º | 0.48% | 0.93% | - |
| XYZ | 51.42 | 35.97 | 51.81 | - |
| YUV | 164.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 188 | 0 | 0.48 | 0.21 | 0.07 | 326.09 | 0.77 | 0.71 |
| Hex | EE | 7B | BC | 0 | 30 | 15 | 7 | 146 | 4D | 47 |
| Octal | 356 | 173 | 274 | 0 | 60 | 25 | 7 | 506 | 115 | 107 |
| Binary | 11101110 | 1111011 | 10111100 | 0 | 110000 | 10101 | 111 | 101000110 | 1001101 | 1000111 |
Color Harmonies of #EE7BBC
Complementary color
Monochromatic Colors of #EE7BBC
Black with #EE7BBC
Text Example
Text Example
White with #EE7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BBC; }
p { color: rgb(238,123,188); }
H1.HeaderClassName
{
color: #EE7BBC;
}
.AnyTagClassName
{
color: #EE7BBC;
}
</style>
background-color css
<style>
a { background-color: #EE7BBC; }
a { background-color: rgb(238,123,188); }
div.DivClassName
{
background-color: #EE7BBC;
}
.BgClassName
{
background-color: #EE7BBC;
}
</style>
border-color css
<style>
span { border-color: #EE7BBC; }
span { border-color: rgb(238,123,188); }
td.TdClassName
{
border-color: #EE7BBC;
}
.TagClassName
{
border-color: #EE7BBC;
}
</style>