Shades of Pale Magenta #EE7BDF
Tints of Pale Magenta #EE7BDF
RGB
CMYK
RGB Variations
Color information
#EE7BDF (or 0xEE7BDF) is known color: Pale Magenta. HEX triplet: EE, 7B and DF. RGB value is (238,123,223). Sum of RGB (Red+Green+Blue) = 238+123+223=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BDF is #118420. Grayscale: #A8A8A8. Windows color (decimal): -1147937 or 14646254. OLE color: 14646254.
HSL color Cylindrical-coordinate representation of color #EE7BDF: hue angle of 307.83º 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 #EE7BDF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 223 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 307.83º | 0.77% | 0.71% | - |
| HSV(B) | 307.83º | 0.48% | 0.93% | - |
| XYZ | 55.66 | 37.67 | 74.15 | - |
| YUV | 168.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 223 | 0 | 0.48 | 0.06 | 0.07 | 307.83 | 0.77 | 0.71 |
| Hex | EE | 7B | DF | 0 | 30 | 6 | 7 | 134 | 4D | 47 |
| Octal | 356 | 173 | 337 | 0 | 60 | 6 | 7 | 464 | 115 | 107 |
| Binary | 11101110 | 1111011 | 11011111 | 0 | 110000 | 110 | 111 | 100110100 | 1001101 | 1000111 |
Color Harmonies of #EE7BDF
Complementary color
Monochromatic Colors of #EE7BDF
Black with #EE7BDF
Text Example
Text Example
White with #EE7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BDF; }
p { color: rgb(238,123,223); }
H1.HeaderClassName
{
color: #EE7BDF;
}
.AnyTagClassName
{
color: #EE7BDF;
}
</style>
background-color css
<style>
a { background-color: #EE7BDF; }
a { background-color: rgb(238,123,223); }
div.DivClassName
{
background-color: #EE7BDF;
}
.BgClassName
{
background-color: #EE7BDF;
}
</style>
border-color css
<style>
span { border-color: #EE7BDF; }
span { border-color: rgb(238,123,223); }
td.TdClassName
{
border-color: #EE7BDF;
}
.TagClassName
{
border-color: #EE7BDF;
}
</style>