Shades of Persian Pink #EE83BC
Tints of Persian Pink #EE83BC
RGB
CMYK
RGB Variations
Color information
#EE83BC (or 0xEE83BC) is known color: Persian Pink. HEX triplet: EE, 83 and BC. RGB value is (238,131,188). Sum of RGB (Red+Green+Blue) = 238+131+188=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83BC is #117C43. Grayscale: #A9A9A9. Windows color (decimal): -1145924 or 12354542. OLE color: 12354542.
HSL color Cylindrical-coordinate representation of color #EE83BC: hue angle of 328.04º 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 #EE83BC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 188 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.07 |
| HSL | 328.04º | 0.76% | 0.72% | - |
| HSV(B) | 328.04º | 0.45% | 0.93% | - |
| XYZ | 52.45 | 38.04 | 52.15 | - |
| YUV | 169.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 188 | 0 | 0.45 | 0.21 | 0.07 | 328.04 | 0.76 | 0.72 |
| Hex | EE | 83 | BC | 0 | 2D | 15 | 7 | 148 | 4C | 48 |
| Octal | 356 | 203 | 274 | 0 | 55 | 25 | 7 | 510 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10111100 | 0 | 101101 | 10101 | 111 | 101001000 | 1001100 | 1001000 |
Color Harmonies of #EE83BC
Complementary color
Monochromatic Colors of #EE83BC
Black with #EE83BC
Text Example
Text Example
White with #EE83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE83BC; }
p { color: rgb(238,131,188); }
H1.HeaderClassName
{
color: #EE83BC;
}
.AnyTagClassName
{
color: #EE83BC;
}
</style>
background-color css
<style>
a { background-color: #EE83BC; }
a { background-color: rgb(238,131,188); }
div.DivClassName
{
background-color: #EE83BC;
}
.BgClassName
{
background-color: #EE83BC;
}
</style>
border-color css
<style>
span { border-color: #EE83BC; }
span { border-color: rgb(238,131,188); }
td.TdClassName
{
border-color: #EE83BC;
}
.TagClassName
{
border-color: #EE83BC;
}
</style>