Shades of Persian Pink #EE82BC
Tints of Persian Pink #EE82BC
RGB
CMYK
RGB Variations
Color information
#EE82BC (or 0xEE82BC) is known color: Persian Pink. HEX triplet: EE, 82 and BC. RGB value is (238,130,188). Sum of RGB (Red+Green+Blue) = 238+130+188=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82BC is #117D43. Grayscale: #A8A8A8. Windows color (decimal): -1146180 or 12354286. OLE color: 12354286.
HSL color Cylindrical-coordinate representation of color #EE82BC: hue angle of 327.78º 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 #EE82BC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 188 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.07 |
| HSL | 327.78º | 0.76% | 0.72% | - |
| HSV(B) | 327.78º | 0.45% | 0.93% | - |
| XYZ | 52.32 | 37.77 | 52.11 | - |
| YUV | 168.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 188 | 0 | 0.45 | 0.21 | 0.07 | 327.78 | 0.76 | 0.72 |
| Hex | EE | 82 | BC | 0 | 2D | 15 | 7 | 148 | 4C | 48 |
| Octal | 356 | 202 | 274 | 0 | 55 | 25 | 7 | 510 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10111100 | 0 | 101101 | 10101 | 111 | 101001000 | 1001100 | 1001000 |
Color Harmonies of #EE82BC
Complementary color
Monochromatic Colors of #EE82BC
Black with #EE82BC
Text Example
Text Example
White with #EE82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82BC; }
p { color: rgb(238,130,188); }
H1.HeaderClassName
{
color: #EE82BC;
}
.AnyTagClassName
{
color: #EE82BC;
}
</style>
background-color css
<style>
a { background-color: #EE82BC; }
a { background-color: rgb(238,130,188); }
div.DivClassName
{
background-color: #EE82BC;
}
.BgClassName
{
background-color: #EE82BC;
}
</style>
border-color css
<style>
span { border-color: #EE82BC; }
span { border-color: rgb(238,130,188); }
td.TdClassName
{
border-color: #EE82BC;
}
.TagClassName
{
border-color: #EE82BC;
}
</style>