Shades of Pale Magenta #EE8BDA
Tints of Pale Magenta #EE8BDA
RGB
CMYK
RGB Variations
Color information
#EE8BDA (or 0xEE8BDA) is known color: Pale Magenta. HEX triplet: EE, 8B and DA. RGB value is (238,139,218). Sum of RGB (Red+Green+Blue) = 238+139+218=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BDA is #117425. Grayscale: #B1B1B1. Windows color (decimal): -1143846 or 14322670. OLE color: 14322670.
HSL color Cylindrical-coordinate representation of color #EE8BDA: hue angle of 312.12º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BDA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 218 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.07 |
| HSL | 312.12º | 0.74% | 0.74% | - |
| HSV(B) | 312.12º | 0.42% | 0.93% | - |
| XYZ | 57.15 | 41.7 | 71.37 | - |
| YUV | 177.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 218 | 0 | 0.42 | 0.08 | 0.07 | 312.12 | 0.74 | 0.74 |
| Hex | EE | 8B | DA | 0 | 2A | 8 | 7 | 138 | 4A | 4A |
| Octal | 356 | 213 | 332 | 0 | 52 | 10 | 7 | 470 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11011010 | 0 | 101010 | 1000 | 111 | 100111000 | 1001010 | 1001010 |
Color Harmonies of #EE8BDA
Complementary color
Monochromatic Colors of #EE8BDA
Black with #EE8BDA
Text Example
Text Example
White with #EE8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BDA; }
p { color: rgb(238,139,218); }
H1.HeaderClassName
{
color: #EE8BDA;
}
.AnyTagClassName
{
color: #EE8BDA;
}
</style>
background-color css
<style>
a { background-color: #EE8BDA; }
a { background-color: rgb(238,139,218); }
div.DivClassName
{
background-color: #EE8BDA;
}
.BgClassName
{
background-color: #EE8BDA;
}
</style>
border-color css
<style>
span { border-color: #EE8BDA; }
span { border-color: rgb(238,139,218); }
td.TdClassName
{
border-color: #EE8BDA;
}
.TagClassName
{
border-color: #EE8BDA;
}
</style>