Shades of Pale Magenta #EE8DDF
Tints of Pale Magenta #EE8DDF
RGB
CMYK
RGB Variations
Color information
#EE8DDF (or 0xEE8DDF) is known color: Pale Magenta. HEX triplet: EE, 8D and DF. RGB value is (238,141,223). Sum of RGB (Red+Green+Blue) = 238+141+223=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DDF is #117220. Grayscale: #B3B3B3. Windows color (decimal): -1143329 or 14650862. OLE color: 14650862.
HSL color Cylindrical-coordinate representation of color #EE8DDF: hue angle of 309.28º 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 #EE8DDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 141 | 223 | - |
CMYK | 0 | 0.41 | 0.06 | 0.07 |
HSL | 309.28º | 0.74% | 0.74% | - |
HSV(B) | 309.28º | 0.41% | 0.93% | - |
XYZ | 58.1 | 42.55 | 74.96 | - |
YUV | 179.35 | 152.64 | 169.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 141 | 223 | 0 | 0.41 | 0.06 | 0.07 | 309.28 | 0.74 | 0.74 |
Hex | EE | 8D | DF | 0 | 29 | 6 | 7 | 135 | 4A | 4A |
Octal | 356 | 215 | 337 | 0 | 51 | 6 | 7 | 465 | 112 | 112 |
Binary | 11101110 | 10001101 | 11011111 | 0 | 101001 | 110 | 111 | 100110101 | 1001010 | 1001010 |
Color Harmonies of #EE8DDF
Complementary color
Monochromatic Colors of #EE8DDF
Black with #EE8DDF
Text Example
Text Example
White with #EE8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DDF; }
p { color: rgb(238,141,223); }
H1.HeaderClassName
{
color: #EE8DDF;
}
.AnyTagClassName
{
color: #EE8DDF;
}
</style>
background-color css
<style>
a { background-color: #EE8DDF; }
a { background-color: rgb(238,141,223); }
div.DivClassName
{
background-color: #EE8DDF;
}
.BgClassName
{
background-color: #EE8DDF;
}
</style>
border-color css
<style>
span { border-color: #EE8DDF; }
span { border-color: rgb(238,141,223); }
td.TdClassName
{
border-color: #EE8DDF;
}
.TagClassName
{
border-color: #EE8DDF;
}
</style>