Shades of Persian Pink #EE7ABC
Tints of Persian Pink #EE7ABC
RGB
CMYK
RGB Variations
Color information
#EE7ABC (or 0xEE7ABC) is known color: Persian Pink. HEX triplet: EE, 7A and BC. RGB value is (238,122,188). Sum of RGB (Red+Green+Blue) = 238+122+188=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ABC is #118543. Grayscale: #A4A4A4. Windows color (decimal): -1148228 or 12352238. OLE color: 12352238.
HSL color Cylindrical-coordinate representation of color #EE7ABC: hue angle of 325.86º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7ABC is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 188 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.07 |
| HSL | 325.86º | 0.77% | 0.71% | - |
| HSV(B) | 325.86º | 0.49% | 0.93% | - |
| XYZ | 51.3 | 35.73 | 51.77 | - |
| YUV | 164.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 188 | 0 | 0.49 | 0.21 | 0.07 | 325.86 | 0.77 | 0.71 |
| Hex | EE | 7A | BC | 0 | 31 | 15 | 7 | 146 | 4D | 47 |
| Octal | 356 | 172 | 274 | 0 | 61 | 25 | 7 | 506 | 115 | 107 |
| Binary | 11101110 | 1111010 | 10111100 | 0 | 110001 | 10101 | 111 | 101000110 | 1001101 | 1000111 |
Color Harmonies of #EE7ABC
Complementary color
Monochromatic Colors of #EE7ABC
Black with #EE7ABC
Text Example
Text Example
White with #EE7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7ABC; }
p { color: rgb(238,122,188); }
H1.HeaderClassName
{
color: #EE7ABC;
}
.AnyTagClassName
{
color: #EE7ABC;
}
</style>
background-color css
<style>
a { background-color: #EE7ABC; }
a { background-color: rgb(238,122,188); }
div.DivClassName
{
background-color: #EE7ABC;
}
.BgClassName
{
background-color: #EE7ABC;
}
</style>
border-color css
<style>
span { border-color: #EE7ABC; }
span { border-color: rgb(238,122,188); }
td.TdClassName
{
border-color: #EE7ABC;
}
.TagClassName
{
border-color: #EE7ABC;
}
</style>