Shades of Persian Pink #EE7FB8
Tints of Persian Pink #EE7FB8
RGB
CMYK
RGB Variations
Color information
#EE7FB8 (or 0xEE7FB8) is known color: Persian Pink. HEX triplet: EE, 7F and B8. RGB value is (238,127,184). Sum of RGB (Red+Green+Blue) = 238+127+184=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FB8 is #118047. Grayscale: #A6A6A6. Windows color (decimal): -1146952 or 12091374. OLE color: 12091374.
HSL color Cylindrical-coordinate representation of color #EE7FB8: hue angle of 329.19º 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 #EE7FB8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 184 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.07 |
| HSL | 329.19º | 0.77% | 0.72% | - |
| HSV(B) | 329.19º | 0.47% | 0.93% | - |
| XYZ | 51.5 | 36.82 | 49.74 | - |
| YUV | 166.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 184 | 0 | 0.47 | 0.23 | 0.07 | 329.19 | 0.77 | 0.72 |
| Hex | EE | 7F | B8 | 0 | 2F | 17 | 7 | 149 | 4D | 48 |
| Octal | 356 | 177 | 270 | 0 | 57 | 27 | 7 | 511 | 115 | 110 |
| Binary | 11101110 | 1111111 | 10111000 | 0 | 101111 | 10111 | 111 | 101001001 | 1001101 | 1001000 |
Color Harmonies of #EE7FB8
Complementary color
Monochromatic Colors of #EE7FB8
Black with #EE7FB8
Text Example
Text Example
White with #EE7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FB8; }
p { color: rgb(238,127,184); }
H1.HeaderClassName
{
color: #EE7FB8;
}
.AnyTagClassName
{
color: #EE7FB8;
}
</style>
background-color css
<style>
a { background-color: #EE7FB8; }
a { background-color: rgb(238,127,184); }
div.DivClassName
{
background-color: #EE7FB8;
}
.BgClassName
{
background-color: #EE7FB8;
}
</style>
border-color css
<style>
span { border-color: #EE7FB8; }
span { border-color: rgb(238,127,184); }
td.TdClassName
{
border-color: #EE7FB8;
}
.TagClassName
{
border-color: #EE7FB8;
}
</style>