Shades of Persian Pink #EE7FB6
Tints of Persian Pink #EE7FB6
RGB
CMYK
RGB Variations
Color information
#EE7FB6 (or 0xEE7FB6) is known color: Persian Pink. HEX triplet: EE, 7F and B6. RGB value is (238,127,182). Sum of RGB (Red+Green+Blue) = 238+127+182=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FB6 is #118049. Grayscale: #A6A6A6. Windows color (decimal): -1146954 or 11960302. OLE color: 11960302.
HSL color Cylindrical-coordinate representation of color #EE7FB6: hue angle of 330.27º 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 #EE7FB6 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 182 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.07 |
| HSL | 330.27º | 0.77% | 0.72% | - |
| HSV(B) | 330.27º | 0.47% | 0.93% | - |
| XYZ | 51.29 | 36.73 | 48.64 | - |
| YUV | 166.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 182 | 0 | 0.47 | 0.24 | 0.07 | 330.27 | 0.77 | 0.72 |
| Hex | EE | 7F | B6 | 0 | 2F | 18 | 7 | 14A | 4D | 48 |
| Octal | 356 | 177 | 266 | 0 | 57 | 30 | 7 | 512 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10110110 | 0 | 101111 | 11000 | 111 | 101001010 | 1001101 | 1001000 |
Color Harmonies of #EE7FB6
Complementary color
Monochromatic Colors of #EE7FB6
Black with #EE7FB6
Text Example
Text Example
White with #EE7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FB6; }
p { color: rgb(238,127,182); }
H1.HeaderClassName
{
color: #EE7FB6;
}
.AnyTagClassName
{
color: #EE7FB6;
}
</style>
background-color css
<style>
a { background-color: #EE7FB6; }
a { background-color: rgb(238,127,182); }
div.DivClassName
{
background-color: #EE7FB6;
}
.BgClassName
{
background-color: #EE7FB6;
}
</style>
border-color css
<style>
span { border-color: #EE7FB6; }
span { border-color: rgb(238,127,182); }
td.TdClassName
{
border-color: #EE7FB6;
}
.TagClassName
{
border-color: #EE7FB6;
}
</style>