Shades of Persian Pink #EE7ABB
Tints of Persian Pink #EE7ABB
RGB
CMYK
RGB Variations
Color information
#EE7ABB (or 0xEE7ABB) is known color: Persian Pink. HEX triplet: EE, 7A and BB. RGB value is (238,122,187). Sum of RGB (Red+Green+Blue) = 238+122+187=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ABB is #118544. Grayscale: #A3A3A3. Windows color (decimal): -1148229 or 12286702. OLE color: 12286702.
HSL color Cylindrical-coordinate representation of color #EE7ABB: hue angle of 326.38º 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 #EE7ABB is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 187 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.07 |
| HSL | 326.38º | 0.77% | 0.71% | - |
| HSV(B) | 326.38º | 0.49% | 0.93% | - |
| XYZ | 51.19 | 35.68 | 51.2 | - |
| YUV | 164.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 187 | 0 | 0.49 | 0.21 | 0.07 | 326.38 | 0.77 | 0.71 |
| Hex | EE | 7A | BB | 0 | 31 | 15 | 7 | 146 | 4D | 47 |
| Octal | 356 | 172 | 273 | 0 | 61 | 25 | 7 | 506 | 115 | 107 |
| Binary | 11101110 | 1111010 | 10111011 | 0 | 110001 | 10101 | 111 | 101000110 | 1001101 | 1000111 |
Color Harmonies of #EE7ABB
Complementary color
Monochromatic Colors of #EE7ABB
Black with #EE7ABB
Text Example
Text Example
White with #EE7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7ABB; }
p { color: rgb(238,122,187); }
H1.HeaderClassName
{
color: #EE7ABB;
}
.AnyTagClassName
{
color: #EE7ABB;
}
</style>
background-color css
<style>
a { background-color: #EE7ABB; }
a { background-color: rgb(238,122,187); }
div.DivClassName
{
background-color: #EE7ABB;
}
.BgClassName
{
background-color: #EE7ABB;
}
</style>
border-color css
<style>
span { border-color: #EE7ABB; }
span { border-color: rgb(238,122,187); }
td.TdClassName
{
border-color: #EE7ABB;
}
.TagClassName
{
border-color: #EE7ABB;
}
</style>