Shades of Pale Magenta #EE81DA
Tints of Pale Magenta #EE81DA
RGB
CMYK
RGB Variations
Color information
#EE81DA (or 0xEE81DA) is known color: Pale Magenta. HEX triplet: EE, 81 and DA. RGB value is (238,129,218). Sum of RGB (Red+Green+Blue) = 238+129+218=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DA is #117E25. Grayscale: #ABABAB. Windows color (decimal): -1146406 or 14320110. OLE color: 14320110.
HSL color Cylindrical-coordinate representation of color #EE81DA: hue angle of 311.01º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81DA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 218 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.07 |
| HSL | 311.01º | 0.76% | 0.72% | - |
| HSV(B) | 311.01º | 0.46% | 0.93% | - |
| XYZ | 55.77 | 38.94 | 70.91 | - |
| YUV | 171.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 218 | 0 | 0.46 | 0.08 | 0.07 | 311.01 | 0.76 | 0.72 |
| Hex | EE | 81 | DA | 0 | 2E | 8 | 7 | 137 | 4C | 48 |
| Octal | 356 | 201 | 332 | 0 | 56 | 10 | 7 | 467 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11011010 | 0 | 101110 | 1000 | 111 | 100110111 | 1001100 | 1001000 |
Color Harmonies of #EE81DA
Complementary color
Monochromatic Colors of #EE81DA
Black with #EE81DA
Text Example
Text Example
White with #EE81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81DA; }
p { color: rgb(238,129,218); }
H1.HeaderClassName
{
color: #EE81DA;
}
.AnyTagClassName
{
color: #EE81DA;
}
</style>
background-color css
<style>
a { background-color: #EE81DA; }
a { background-color: rgb(238,129,218); }
div.DivClassName
{
background-color: #EE81DA;
}
.BgClassName
{
background-color: #EE81DA;
}
</style>
border-color css
<style>
span { border-color: #EE81DA; }
span { border-color: rgb(238,129,218); }
td.TdClassName
{
border-color: #EE81DA;
}
.TagClassName
{
border-color: #EE81DA;
}
</style>