Shades of Persian Pink #EE83BB
Tints of Persian Pink #EE83BB
RGB
CMYK
RGB Variations
Color information
#EE83BB (or 0xEE83BB) is known color: Persian Pink. HEX triplet: EE, 83 and BB. RGB value is (238,131,187). Sum of RGB (Red+Green+Blue) = 238+131+187=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83BB is #117C44. Grayscale: #A9A9A9. Windows color (decimal): -1145925 or 12289006. OLE color: 12289006.
HSL color Cylindrical-coordinate representation of color #EE83BB: hue angle of 328.6º 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 #EE83BB is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 187 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.07 |
| HSL | 328.6º | 0.76% | 0.72% | - |
| HSV(B) | 328.6º | 0.45% | 0.93% | - |
| XYZ | 52.35 | 38 | 51.59 | - |
| YUV | 169.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 187 | 0 | 0.45 | 0.21 | 0.07 | 328.6 | 0.76 | 0.72 |
| Hex | EE | 83 | BB | 0 | 2D | 15 | 7 | 149 | 4C | 48 |
| Octal | 356 | 203 | 273 | 0 | 55 | 25 | 7 | 511 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10111011 | 0 | 101101 | 10101 | 111 | 101001001 | 1001100 | 1001000 |
Color Harmonies of #EE83BB
Complementary color
Monochromatic Colors of #EE83BB
Black with #EE83BB
Text Example
Text Example
White with #EE83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83BB; }
p { color: rgb(238,131,187); }
H1.HeaderClassName
{
color: #EE83BB;
}
.AnyTagClassName
{
color: #EE83BB;
}
</style>
background-color css
<style>
a { background-color: #EE83BB; }
a { background-color: rgb(238,131,187); }
div.DivClassName
{
background-color: #EE83BB;
}
.BgClassName
{
background-color: #EE83BB;
}
</style>
border-color css
<style>
span { border-color: #EE83BB; }
span { border-color: rgb(238,131,187); }
td.TdClassName
{
border-color: #EE83BB;
}
.TagClassName
{
border-color: #EE83BB;
}
</style>