Shades of Pale Magenta #EE80DA
Tints of Pale Magenta #EE80DA
RGB
CMYK
RGB Variations
Color information
#EE80DA (or 0xEE80DA) is known color: Pale Magenta. HEX triplet: EE, 80 and DA. RGB value is (238,128,218). Sum of RGB (Red+Green+Blue) = 238+128+218=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80DA is #117F25. Grayscale: #AAAAAA. Windows color (decimal): -1146662 or 14319854. OLE color: 14319854.
HSL color Cylindrical-coordinate representation of color #EE80DA: hue angle of 310.91º 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 #EE80DA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 218 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.07 |
| HSL | 310.91º | 0.76% | 0.72% | - |
| HSV(B) | 310.91º | 0.46% | 0.93% | - |
| XYZ | 55.63 | 38.68 | 70.86 | - |
| YUV | 171.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 218 | 0 | 0.46 | 0.08 | 0.07 | 310.91 | 0.76 | 0.72 |
| Hex | EE | 80 | DA | 0 | 2E | 8 | 7 | 137 | 4C | 48 |
| Octal | 356 | 200 | 332 | 0 | 56 | 10 | 7 | 467 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11011010 | 0 | 101110 | 1000 | 111 | 100110111 | 1001100 | 1001000 |
Color Harmonies of #EE80DA
Complementary color
Monochromatic Colors of #EE80DA
Black with #EE80DA
Text Example
Text Example
White with #EE80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80DA; }
p { color: rgb(238,128,218); }
H1.HeaderClassName
{
color: #EE80DA;
}
.AnyTagClassName
{
color: #EE80DA;
}
</style>
background-color css
<style>
a { background-color: #EE80DA; }
a { background-color: rgb(238,128,218); }
div.DivClassName
{
background-color: #EE80DA;
}
.BgClassName
{
background-color: #EE80DA;
}
</style>
border-color css
<style>
span { border-color: #EE80DA; }
span { border-color: rgb(238,128,218); }
td.TdClassName
{
border-color: #EE80DA;
}
.TagClassName
{
border-color: #EE80DA;
}
</style>