Shades of Persian Pink #EE76BE
Tints of Persian Pink #EE76BE
RGB
CMYK
RGB Variations
Color information
#EE76BE (or 0xEE76BE) is known color: Persian Pink. HEX triplet: EE, 76 and BE. RGB value is (238,118,190). Sum of RGB (Red+Green+Blue) = 238+118+190=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76BE is #118941. Grayscale: #A1A1A1. Windows color (decimal): -1149250 or 12482286. OLE color: 12482286.
HSL color Cylindrical-coordinate representation of color #EE76BE: hue angle of 324º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76BE is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 190 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.07 |
| HSL | 324º | 0.78% | 0.7% | - |
| HSV(B) | 324º | 0.5% | 0.93% | - |
| XYZ | 51.03 | 34.85 | 52.75 | - |
| YUV | 162.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 190 | 0 | 0.50 | 0.20 | 0.07 | 324 | 0.78 | 0.7 |
| Hex | EE | 76 | BE | 0 | 32 | 14 | 7 | 144 | 4E | 46 |
| Octal | 356 | 166 | 276 | 0 | 62 | 24 | 7 | 504 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10111110 | 0 | 110010 | 10100 | 111 | 101000100 | 1001110 | 1000110 |
Color Harmonies of #EE76BE
Complementary color
Monochromatic Colors of #EE76BE
Black with #EE76BE
Text Example
Text Example
White with #EE76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76BE; }
p { color: rgb(238,118,190); }
H1.HeaderClassName
{
color: #EE76BE;
}
.AnyTagClassName
{
color: #EE76BE;
}
</style>
background-color css
<style>
a { background-color: #EE76BE; }
a { background-color: rgb(238,118,190); }
div.DivClassName
{
background-color: #EE76BE;
}
.BgClassName
{
background-color: #EE76BE;
}
</style>
border-color css
<style>
span { border-color: #EE76BE; }
span { border-color: rgb(238,118,190); }
td.TdClassName
{
border-color: #EE76BE;
}
.TagClassName
{
border-color: #EE76BE;
}
</style>