Shades of Persian Pink #EE84BD
Tints of Persian Pink #EE84BD
RGB
CMYK
RGB Variations
Color information
#EE84BD (or 0xEE84BD) is known color: Persian Pink. HEX triplet: EE, 84 and BD. RGB value is (238,132,189). Sum of RGB (Red+Green+Blue) = 238+132+189=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84BD is #117B42. Grayscale: #AAAAAA. Windows color (decimal): -1145667 or 12420334. OLE color: 12420334.
HSL color Cylindrical-coordinate representation of color #EE84BD: hue angle of 327.74º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84BD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 189 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.07 |
| HSL | 327.74º | 0.76% | 0.73% | - |
| HSV(B) | 327.74º | 0.45% | 0.93% | - |
| XYZ | 52.7 | 38.35 | 52.77 | - |
| YUV | 170.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 189 | 0 | 0.45 | 0.21 | 0.07 | 327.74 | 0.76 | 0.73 |
| Hex | EE | 84 | BD | 0 | 2D | 15 | 7 | 148 | 4C | 49 |
| Octal | 356 | 204 | 275 | 0 | 55 | 25 | 7 | 510 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10111101 | 0 | 101101 | 10101 | 111 | 101001000 | 1001100 | 1001001 |
Color Harmonies of #EE84BD
Complementary color
Monochromatic Colors of #EE84BD
Black with #EE84BD
Text Example
Text Example
White with #EE84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84BD; }
p { color: rgb(238,132,189); }
H1.HeaderClassName
{
color: #EE84BD;
}
.AnyTagClassName
{
color: #EE84BD;
}
</style>
background-color css
<style>
a { background-color: #EE84BD; }
a { background-color: rgb(238,132,189); }
div.DivClassName
{
background-color: #EE84BD;
}
.BgClassName
{
background-color: #EE84BD;
}
</style>
border-color css
<style>
span { border-color: #EE84BD; }
span { border-color: rgb(238,132,189); }
td.TdClassName
{
border-color: #EE84BD;
}
.TagClassName
{
border-color: #EE84BD;
}
</style>