Shades of Pale Magenta #EE8CDA
Tints of Pale Magenta #EE8CDA
RGB
CMYK
RGB Variations
Color information
#EE8CDA (or 0xEE8CDA) is known color: Pale Magenta. HEX triplet: EE, 8C and DA. RGB value is (238,140,218). Sum of RGB (Red+Green+Blue) = 238+140+218=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CDA is #117325. Grayscale: #B1B1B1. Windows color (decimal): -1143590 or 14322926. OLE color: 14322926.
HSL color Cylindrical-coordinate representation of color #EE8CDA: hue angle of 312.24º 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 #EE8CDA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 218 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.07 |
| HSL | 312.24º | 0.74% | 0.74% | - |
| HSV(B) | 312.24º | 0.41% | 0.93% | - |
| XYZ | 57.29 | 42 | 71.42 | - |
| YUV | 178.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 218 | 0 | 0.41 | 0.08 | 0.07 | 312.24 | 0.74 | 0.74 |
| Hex | EE | 8C | DA | 0 | 29 | 8 | 7 | 138 | 4A | 4A |
| Octal | 356 | 214 | 332 | 0 | 51 | 10 | 7 | 470 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11011010 | 0 | 101001 | 1000 | 111 | 100111000 | 1001010 | 1001010 |
Color Harmonies of #EE8CDA
Complementary color
Monochromatic Colors of #EE8CDA
Black with #EE8CDA
Text Example
Text Example
White with #EE8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CDA; }
p { color: rgb(238,140,218); }
H1.HeaderClassName
{
color: #EE8CDA;
}
.AnyTagClassName
{
color: #EE8CDA;
}
</style>
background-color css
<style>
a { background-color: #EE8CDA; }
a { background-color: rgb(238,140,218); }
div.DivClassName
{
background-color: #EE8CDA;
}
.BgClassName
{
background-color: #EE8CDA;
}
</style>
border-color css
<style>
span { border-color: #EE8CDA; }
span { border-color: rgb(238,140,218); }
td.TdClassName
{
border-color: #EE8CDA;
}
.TagClassName
{
border-color: #EE8CDA;
}
</style>