Shades of Pale Magenta #EE81D2
Tints of Pale Magenta #EE81D2
RGB
CMYK
RGB Variations
Color information
#EE81D2 (or 0xEE81D2) is known color: Pale Magenta. HEX triplet: EE, 81 and D2. RGB value is (238,129,210). Sum of RGB (Red+Green+Blue) = 238+129+210=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81D2 is #117E2D. Grayscale: #AAAAAA. Windows color (decimal): -1146414 or 13795822. OLE color: 13795822.
HSL color Cylindrical-coordinate representation of color #EE81D2: hue angle of 315.41º 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 #EE81D2 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 210 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.07 |
| HSL | 315.41º | 0.76% | 0.72% | - |
| HSV(B) | 315.41º | 0.46% | 0.93% | - |
| XYZ | 54.74 | 38.53 | 65.52 | - |
| YUV | 170.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 210 | 0 | 0.46 | 0.12 | 0.07 | 315.41 | 0.76 | 0.72 |
| Hex | EE | 81 | D2 | 0 | 2E | C | 7 | 13B | 4C | 48 |
| Octal | 356 | 201 | 322 | 0 | 56 | 14 | 7 | 473 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11010010 | 0 | 101110 | 1100 | 111 | 100111011 | 1001100 | 1001000 |
Color Harmonies of #EE81D2
Complementary color
Monochromatic Colors of #EE81D2
Black with #EE81D2
Text Example
Text Example
White with #EE81D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81D2; }
p { color: rgb(238,129,210); }
H1.HeaderClassName
{
color: #EE81D2;
}
.AnyTagClassName
{
color: #EE81D2;
}
</style>
background-color css
<style>
a { background-color: #EE81D2; }
a { background-color: rgb(238,129,210); }
div.DivClassName
{
background-color: #EE81D2;
}
.BgClassName
{
background-color: #EE81D2;
}
</style>
border-color css
<style>
span { border-color: #EE81D2; }
span { border-color: rgb(238,129,210); }
td.TdClassName
{
border-color: #EE81D2;
}
.TagClassName
{
border-color: #EE81D2;
}
</style>