Shades of Pale Magenta #EE85DA
Tints of Pale Magenta #EE85DA
RGB
CMYK
RGB Variations
Color information
#EE85DA (or 0xEE85DA) is known color: Pale Magenta. HEX triplet: EE, 85 and DA. RGB value is (238,133,218). Sum of RGB (Red+Green+Blue) = 238+133+218=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DA is #117A25. Grayscale: #ADADAD. Windows color (decimal): -1145382 or 14321134. OLE color: 14321134.
HSL color Cylindrical-coordinate representation of color #EE85DA: hue angle of 311.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85DA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 218 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.07 |
| HSL | 311.43º | 0.76% | 0.73% | - |
| HSV(B) | 311.43º | 0.44% | 0.93% | - |
| XYZ | 56.3 | 40.01 | 71.09 | - |
| YUV | 174.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 218 | 0 | 0.44 | 0.08 | 0.07 | 311.43 | 0.76 | 0.73 |
| Hex | EE | 85 | DA | 0 | 2C | 8 | 7 | 137 | 4C | 49 |
| Octal | 356 | 205 | 332 | 0 | 54 | 10 | 7 | 467 | 114 | 111 |
| Binary | 11101110 | 10000101 | 11011010 | 0 | 101100 | 1000 | 111 | 100110111 | 1001100 | 1001001 |
Color Harmonies of #EE85DA
Complementary color
Monochromatic Colors of #EE85DA
Black with #EE85DA
Text Example
Text Example
White with #EE85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85DA; }
p { color: rgb(238,133,218); }
H1.HeaderClassName
{
color: #EE85DA;
}
.AnyTagClassName
{
color: #EE85DA;
}
</style>
background-color css
<style>
a { background-color: #EE85DA; }
a { background-color: rgb(238,133,218); }
div.DivClassName
{
background-color: #EE85DA;
}
.BgClassName
{
background-color: #EE85DA;
}
</style>
border-color css
<style>
span { border-color: #EE85DA; }
span { border-color: rgb(238,133,218); }
td.TdClassName
{
border-color: #EE85DA;
}
.TagClassName
{
border-color: #EE85DA;
}
</style>