Shades of Persian Pink #EE83BE
Tints of Persian Pink #EE83BE
RGB
CMYK
RGB Variations
Color information
#EE83BE (or 0xEE83BE) is known color: Persian Pink. HEX triplet: EE, 83 and BE. RGB value is (238,131,190). Sum of RGB (Red+Green+Blue) = 238+131+190=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83BE is #117C41. Grayscale: #A9A9A9. Windows color (decimal): -1145922 or 12485614. OLE color: 12485614.
HSL color Cylindrical-coordinate representation of color #EE83BE: hue angle of 326.92º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE83BE is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 190 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.07 |
| HSL | 326.92º | 0.76% | 0.72% | - |
| HSV(B) | 326.92º | 0.45% | 0.93% | - |
| XYZ | 52.67 | 38.13 | 53.3 | - |
| YUV | 169.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 190 | 0 | 0.45 | 0.20 | 0.07 | 326.92 | 0.76 | 0.72 |
| Hex | EE | 83 | BE | 0 | 2D | 14 | 7 | 147 | 4C | 48 |
| Octal | 356 | 203 | 276 | 0 | 55 | 24 | 7 | 507 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10111110 | 0 | 101101 | 10100 | 111 | 101000111 | 1001100 | 1001000 |
Color Harmonies of #EE83BE
Complementary color
Monochromatic Colors of #EE83BE
Black with #EE83BE
Text Example
Text Example
White with #EE83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83BE; }
p { color: rgb(238,131,190); }
H1.HeaderClassName
{
color: #EE83BE;
}
.AnyTagClassName
{
color: #EE83BE;
}
</style>
background-color css
<style>
a { background-color: #EE83BE; }
a { background-color: rgb(238,131,190); }
div.DivClassName
{
background-color: #EE83BE;
}
.BgClassName
{
background-color: #EE83BE;
}
</style>
border-color css
<style>
span { border-color: #EE83BE; }
span { border-color: rgb(238,131,190); }
td.TdClassName
{
border-color: #EE83BE;
}
.TagClassName
{
border-color: #EE83BE;
}
</style>