Shades of Pale Magenta #EE8CDE
Tints of Pale Magenta #EE8CDE
RGB
CMYK
RGB Variations
Color information
#EE8CDE (or 0xEE8CDE) is known color: Pale Magenta. HEX triplet: EE, 8C and DE. RGB value is (238,140,222). Sum of RGB (Red+Green+Blue) = 238+140+222=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CDE is #117321. Grayscale: #B2B2B2. Windows color (decimal): -1143586 or 14585070. OLE color: 14585070.
HSL color Cylindrical-coordinate representation of color #EE8CDE: hue angle of 309.8º 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 #EE8CDE is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 222 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.07 |
| HSL | 309.8º | 0.74% | 0.74% | - |
| HSV(B) | 309.8º | 0.41% | 0.93% | - |
| XYZ | 57.82 | 42.21 | 74.21 | - |
| YUV | 178.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 222 | 0 | 0.41 | 0.07 | 0.07 | 309.8 | 0.74 | 0.74 |
| Hex | EE | 8C | DE | 0 | 29 | 7 | 7 | 136 | 4A | 4A |
| Octal | 356 | 214 | 336 | 0 | 51 | 7 | 7 | 466 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11011110 | 0 | 101001 | 111 | 111 | 100110110 | 1001010 | 1001010 |
Color Harmonies of #EE8CDE
Complementary color
Monochromatic Colors of #EE8CDE
Black with #EE8CDE
Text Example
Text Example
White with #EE8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CDE; }
p { color: rgb(238,140,222); }
H1.HeaderClassName
{
color: #EE8CDE;
}
.AnyTagClassName
{
color: #EE8CDE;
}
</style>
background-color css
<style>
a { background-color: #EE8CDE; }
a { background-color: rgb(238,140,222); }
div.DivClassName
{
background-color: #EE8CDE;
}
.BgClassName
{
background-color: #EE8CDE;
}
</style>
border-color css
<style>
span { border-color: #EE8CDE; }
span { border-color: rgb(238,140,222); }
td.TdClassName
{
border-color: #EE8CDE;
}
.TagClassName
{
border-color: #EE8CDE;
}
</style>