Shades of Pale Magenta #EE8CDF
Tints of Pale Magenta #EE8CDF
RGB
CMYK
RGB Variations
Color information
#EE8CDF (or 0xEE8CDF) is known color: Pale Magenta. HEX triplet: EE, 8C and DF. RGB value is (238,140,223). Sum of RGB (Red+Green+Blue) = 238+140+223=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CDF is #117320. Grayscale: #B2B2B2. Windows color (decimal): -1143585 or 14650606. OLE color: 14650606.
HSL color Cylindrical-coordinate representation of color #EE8CDF: hue angle of 309.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 223 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.07 |
| HSL | 309.18º | 0.74% | 0.74% | - |
| HSV(B) | 309.18º | 0.41% | 0.93% | - |
| XYZ | 57.96 | 42.26 | 74.91 | - |
| YUV | 178.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 223 | 0 | 0.41 | 0.06 | 0.07 | 309.18 | 0.74 | 0.74 |
| Hex | EE | 8C | DF | 0 | 29 | 6 | 7 | 135 | 4A | 4A |
| Octal | 356 | 214 | 337 | 0 | 51 | 6 | 7 | 465 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11011111 | 0 | 101001 | 110 | 111 | 100110101 | 1001010 | 1001010 |
Color Harmonies of #EE8CDF
Complementary color
Monochromatic Colors of #EE8CDF
Black with #EE8CDF
Text Example
Text Example
White with #EE8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CDF; }
p { color: rgb(238,140,223); }
H1.HeaderClassName
{
color: #EE8CDF;
}
.AnyTagClassName
{
color: #EE8CDF;
}
</style>
background-color css
<style>
a { background-color: #EE8CDF; }
a { background-color: rgb(238,140,223); }
div.DivClassName
{
background-color: #EE8CDF;
}
.BgClassName
{
background-color: #EE8CDF;
}
</style>
border-color css
<style>
span { border-color: #EE8CDF; }
span { border-color: rgb(238,140,223); }
td.TdClassName
{
border-color: #EE8CDF;
}
.TagClassName
{
border-color: #EE8CDF;
}
</style>