Shades of Persian Pink #EE72B7
Tints of Persian Pink #EE72B7
RGB
CMYK
RGB Variations
Color information
#EE72B7 (or 0xEE72B7) is known color: Persian Pink. HEX triplet: EE, 72 and B7. RGB value is (238,114,183). Sum of RGB (Red+Green+Blue) = 238+114+183=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72B7 is #118D48. Grayscale: #9E9E9E. Windows color (decimal): -1150281 or 12022510. OLE color: 12022510.
HSL color Cylindrical-coordinate representation of color #EE72B7: hue angle of 326.61º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72B7 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 183 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.07 |
| HSL | 326.61º | 0.78% | 0.69% | - |
| HSV(B) | 326.61º | 0.52% | 0.93% | - |
| XYZ | 49.82 | 33.63 | 48.67 | - |
| YUV | 158.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 183 | 0 | 0.52 | 0.23 | 0.07 | 326.61 | 0.78 | 0.69 |
| Hex | EE | 72 | B7 | 0 | 34 | 17 | 7 | 147 | 4E | 45 |
| Octal | 356 | 162 | 267 | 0 | 64 | 27 | 7 | 507 | 116 | 105 |
| Binary | 11101110 | 1110010 | 10110111 | 0 | 110100 | 10111 | 111 | 101000111 | 1001110 | 1000101 |
Color Harmonies of #EE72B7
Complementary color
Monochromatic Colors of #EE72B7
Black with #EE72B7
Text Example
Text Example
White with #EE72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72B7; }
p { color: rgb(238,114,183); }
H1.HeaderClassName
{
color: #EE72B7;
}
.AnyTagClassName
{
color: #EE72B7;
}
</style>
background-color css
<style>
a { background-color: #EE72B7; }
a { background-color: rgb(238,114,183); }
div.DivClassName
{
background-color: #EE72B7;
}
.BgClassName
{
background-color: #EE72B7;
}
</style>
border-color css
<style>
span { border-color: #EE72B7; }
span { border-color: rgb(238,114,183); }
td.TdClassName
{
border-color: #EE72B7;
}
.TagClassName
{
border-color: #EE72B7;
}
</style>