Shades of Pale Magenta #EE7FDB
Tints of Pale Magenta #EE7FDB
RGB
CMYK
RGB Variations
Color information
#EE7FDB (or 0xEE7FDB) is known color: Pale Magenta. HEX triplet: EE, 7F and DB. RGB value is (238,127,219). Sum of RGB (Red+Green+Blue) = 238+127+219=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FDB is #118024. Grayscale: #AAAAAA. Windows color (decimal): -1146917 or 14385134. OLE color: 14385134.
HSL color Cylindrical-coordinate representation of color #EE7FDB: hue angle of 310.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FDB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 219 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.07 |
| HSL | 310.27º | 0.77% | 0.72% | - |
| HSV(B) | 310.27º | 0.47% | 0.93% | - |
| XYZ | 55.64 | 38.47 | 71.51 | - |
| YUV | 170.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 219 | 0 | 0.47 | 0.08 | 0.07 | 310.27 | 0.77 | 0.72 |
| Hex | EE | 7F | DB | 0 | 2F | 8 | 7 | 136 | 4D | 48 |
| Octal | 356 | 177 | 333 | 0 | 57 | 10 | 7 | 466 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11011011 | 0 | 101111 | 1000 | 111 | 100110110 | 1001101 | 1001000 |
Color Harmonies of #EE7FDB
Complementary color
Monochromatic Colors of #EE7FDB
Black with #EE7FDB
Text Example
Text Example
White with #EE7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FDB; }
p { color: rgb(238,127,219); }
H1.HeaderClassName
{
color: #EE7FDB;
}
.AnyTagClassName
{
color: #EE7FDB;
}
</style>
background-color css
<style>
a { background-color: #EE7FDB; }
a { background-color: rgb(238,127,219); }
div.DivClassName
{
background-color: #EE7FDB;
}
.BgClassName
{
background-color: #EE7FDB;
}
</style>
border-color css
<style>
span { border-color: #EE7FDB; }
span { border-color: rgb(238,127,219); }
td.TdClassName
{
border-color: #EE7FDB;
}
.TagClassName
{
border-color: #EE7FDB;
}
</style>