Shades of Persian Pink #EE7FBA
Tints of Persian Pink #EE7FBA
RGB
CMYK
RGB Variations
Color information
#EE7FBA (or 0xEE7FBA) is known color: Persian Pink. HEX triplet: EE, 7F and BA. RGB value is (238,127,186). Sum of RGB (Red+Green+Blue) = 238+127+186=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FBA is #118045. Grayscale: #A6A6A6. Windows color (decimal): -1146950 or 12222446. OLE color: 12222446.
HSL color Cylindrical-coordinate representation of color #EE7FBA: hue angle of 328.11º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FBA is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 186 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.07 |
| HSL | 328.11º | 0.77% | 0.72% | - |
| HSV(B) | 328.11º | 0.47% | 0.93% | - |
| XYZ | 51.71 | 36.9 | 50.85 | - |
| YUV | 166.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 186 | 0 | 0.47 | 0.22 | 0.07 | 328.11 | 0.77 | 0.72 |
| Hex | EE | 7F | BA | 0 | 2F | 16 | 7 | 148 | 4D | 48 |
| Octal | 356 | 177 | 272 | 0 | 57 | 26 | 7 | 510 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10111010 | 0 | 101111 | 10110 | 111 | 101001000 | 1001101 | 1001000 |
Color Harmonies of #EE7FBA
Complementary color
Monochromatic Colors of #EE7FBA
Black with #EE7FBA
Text Example
Text Example
White with #EE7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FBA; }
p { color: rgb(238,127,186); }
H1.HeaderClassName
{
color: #EE7FBA;
}
.AnyTagClassName
{
color: #EE7FBA;
}
</style>
background-color css
<style>
a { background-color: #EE7FBA; }
a { background-color: rgb(238,127,186); }
div.DivClassName
{
background-color: #EE7FBA;
}
.BgClassName
{
background-color: #EE7FBA;
}
</style>
border-color css
<style>
span { border-color: #EE7FBA; }
span { border-color: rgb(238,127,186); }
td.TdClassName
{
border-color: #EE7FBA;
}
.TagClassName
{
border-color: #EE7FBA;
}
</style>