Shades of Pale Magenta #EE7DD6
Tints of Pale Magenta #EE7DD6
RGB
CMYK
RGB Variations
Color information
#EE7DD6 (or 0xEE7DD6) is known color: Pale Magenta. HEX triplet: EE, 7D and D6. RGB value is (238,125,214). Sum of RGB (Red+Green+Blue) = 238+125+214=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DD6 is #118229. Grayscale: #A8A8A8. Windows color (decimal): -1147434 or 14056942. OLE color: 14056942.
HSL color Cylindrical-coordinate representation of color #EE7DD6: hue angle of 312.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7DD6 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 214 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.07 |
| HSL | 312.74º | 0.77% | 0.71% | - |
| HSV(B) | 312.74º | 0.47% | 0.93% | - |
| XYZ | 54.73 | 37.7 | 68.01 | - |
| YUV | 168.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 214 | 0 | 0.47 | 0.10 | 0.07 | 312.74 | 0.77 | 0.71 |
| Hex | EE | 7D | D6 | 0 | 2F | A | 7 | 139 | 4D | 47 |
| Octal | 356 | 175 | 326 | 0 | 57 | 12 | 7 | 471 | 115 | 107 |
| Binary | 11101110 | 1111101 | 11010110 | 0 | 101111 | 1010 | 111 | 100111001 | 1001101 | 1000111 |
Color Harmonies of #EE7DD6
Complementary color
Monochromatic Colors of #EE7DD6
Black with #EE7DD6
Text Example
Text Example
White with #EE7DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DD6; }
p { color: rgb(238,125,214); }
H1.HeaderClassName
{
color: #EE7DD6;
}
.AnyTagClassName
{
color: #EE7DD6;
}
</style>
background-color css
<style>
a { background-color: #EE7DD6; }
a { background-color: rgb(238,125,214); }
div.DivClassName
{
background-color: #EE7DD6;
}
.BgClassName
{
background-color: #EE7DD6;
}
</style>
border-color css
<style>
span { border-color: #EE7DD6; }
span { border-color: rgb(238,125,214); }
td.TdClassName
{
border-color: #EE7DD6;
}
.TagClassName
{
border-color: #EE7DD6;
}
</style>