Shades of Pale Magenta #EE7CDB
Tints of Pale Magenta #EE7CDB
RGB
CMYK
RGB Variations
Color information
#EE7CDB (or 0xEE7CDB) is known color: Pale Magenta. HEX triplet: EE, 7C and DB. RGB value is (238,124,219). Sum of RGB (Red+Green+Blue) = 238+124+219=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CDB is #118324. Grayscale: #A8A8A8. Windows color (decimal): -1147685 or 14384366. OLE color: 14384366.
HSL color Cylindrical-coordinate representation of color #EE7CDB: hue angle of 310º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CDB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 219 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.07 |
| HSL | 310º | 0.77% | 0.71% | - |
| HSV(B) | 310º | 0.48% | 0.93% | - |
| XYZ | 55.25 | 37.71 | 71.38 | - |
| YUV | 168.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 219 | 0 | 0.48 | 0.08 | 0.07 | 310 | 0.77 | 0.71 |
| Hex | EE | 7C | DB | 0 | 30 | 8 | 7 | 136 | 4D | 47 |
| Octal | 356 | 174 | 333 | 0 | 60 | 10 | 7 | 466 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11011011 | 0 | 110000 | 1000 | 111 | 100110110 | 1001101 | 1000111 |
Color Harmonies of #EE7CDB
Complementary color
Monochromatic Colors of #EE7CDB
Black with #EE7CDB
Text Example
Text Example
White with #EE7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CDB; }
p { color: rgb(238,124,219); }
H1.HeaderClassName
{
color: #EE7CDB;
}
.AnyTagClassName
{
color: #EE7CDB;
}
</style>
background-color css
<style>
a { background-color: #EE7CDB; }
a { background-color: rgb(238,124,219); }
div.DivClassName
{
background-color: #EE7CDB;
}
.BgClassName
{
background-color: #EE7CDB;
}
</style>
border-color css
<style>
span { border-color: #EE7CDB; }
span { border-color: rgb(238,124,219); }
td.TdClassName
{
border-color: #EE7CDB;
}
.TagClassName
{
border-color: #EE7CDB;
}
</style>