Shades of Pale Magenta #EE86D3
Tints of Pale Magenta #EE86D3
RGB
CMYK
RGB Variations
Color information
#EE86D3 (or 0xEE86D3) is known color: Pale Magenta. HEX triplet: EE, 86 and D3. RGB value is (238,134,211). Sum of RGB (Red+Green+Blue) = 238+134+211=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86D3 is #11792C. Grayscale: #ADADAD. Windows color (decimal): -1145133 or 13862638. OLE color: 13862638.
HSL color Cylindrical-coordinate representation of color #EE86D3: hue angle of 315.58º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86D3 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 211 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.07 |
| HSL | 315.58º | 0.75% | 0.73% | - |
| HSV(B) | 315.58º | 0.44% | 0.93% | - |
| XYZ | 55.54 | 39.93 | 66.41 | - |
| YUV | 173.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 211 | 0 | 0.44 | 0.11 | 0.07 | 315.58 | 0.75 | 0.73 |
| Hex | EE | 86 | D3 | 0 | 2C | B | 7 | 13C | 4B | 49 |
| Octal | 356 | 206 | 323 | 0 | 54 | 13 | 7 | 474 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11010011 | 0 | 101100 | 1011 | 111 | 100111100 | 1001011 | 1001001 |
Color Harmonies of #EE86D3
Complementary color
Monochromatic Colors of #EE86D3
Black with #EE86D3
Text Example
Text Example
White with #EE86D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86D3; }
p { color: rgb(238,134,211); }
H1.HeaderClassName
{
color: #EE86D3;
}
.AnyTagClassName
{
color: #EE86D3;
}
</style>
background-color css
<style>
a { background-color: #EE86D3; }
a { background-color: rgb(238,134,211); }
div.DivClassName
{
background-color: #EE86D3;
}
.BgClassName
{
background-color: #EE86D3;
}
</style>
border-color css
<style>
span { border-color: #EE86D3; }
span { border-color: rgb(238,134,211); }
td.TdClassName
{
border-color: #EE86D3;
}
.TagClassName
{
border-color: #EE86D3;
}
</style>