Shades of Pale Magenta #EE8DDD
Tints of Pale Magenta #EE8DDD
RGB
CMYK
RGB Variations
Color information
#EE8DDD (or 0xEE8DDD) is known color: Pale Magenta. HEX triplet: EE, 8D and DD. RGB value is (238,141,221). Sum of RGB (Red+Green+Blue) = 238+141+221=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DDD is #117222. Grayscale: #B2B2B2. Windows color (decimal): -1143331 or 14519790. OLE color: 14519790.
HSL color Cylindrical-coordinate representation of color #EE8DDD: hue angle of 310.52º 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 #EE8DDD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 141 | 221 | - |
CMYK | 0 | 0.41 | 0.07 | 0.07 |
HSL | 310.52º | 0.74% | 0.74% | - |
HSV(B) | 310.52º | 0.41% | 0.93% | - |
XYZ | 57.84 | 42.45 | 73.55 | - |
YUV | 179.12 | 151.64 | 170 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 141 | 221 | 0 | 0.41 | 0.07 | 0.07 | 310.52 | 0.74 | 0.74 |
Hex | EE | 8D | DD | 0 | 29 | 7 | 7 | 137 | 4A | 4A |
Octal | 356 | 215 | 335 | 0 | 51 | 7 | 7 | 467 | 112 | 112 |
Binary | 11101110 | 10001101 | 11011101 | 0 | 101001 | 111 | 111 | 100110111 | 1001010 | 1001010 |
Color Harmonies of #EE8DDD
Complementary color
Monochromatic Colors of #EE8DDD
Black with #EE8DDD
Text Example
Text Example
White with #EE8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DDD; }
p { color: rgb(238,141,221); }
H1.HeaderClassName
{
color: #EE8DDD;
}
.AnyTagClassName
{
color: #EE8DDD;
}
</style>
background-color css
<style>
a { background-color: #EE8DDD; }
a { background-color: rgb(238,141,221); }
div.DivClassName
{
background-color: #EE8DDD;
}
.BgClassName
{
background-color: #EE8DDD;
}
</style>
border-color css
<style>
span { border-color: #EE8DDD; }
span { border-color: rgb(238,141,221); }
td.TdClassName
{
border-color: #EE8DDD;
}
.TagClassName
{
border-color: #EE8DDD;
}
</style>