Shades of Pale Magenta #EE72DD
Tints of Pale Magenta #EE72DD
RGB
CMYK
RGB Variations
Color information
#EE72DD (or 0xEE72DD) is known color: Pale Magenta. HEX triplet: EE, 72 and DD. RGB value is (238,114,221). Sum of RGB (Red+Green+Blue) = 238+114+221=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72DD is #118D22. Grayscale: #A2A2A2. Windows color (decimal): -1150243 or 14512878. OLE color: 14512878.
HSL color Cylindrical-coordinate representation of color #EE72DD: hue angle of 308.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72DD is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 221 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.07 |
| HSL | 308.23º | 0.78% | 0.69% | - |
| HSV(B) | 308.23º | 0.52% | 0.93% | - |
| XYZ | 54.33 | 35.43 | 72.38 | - |
| YUV | 163.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 221 | 0 | 0.52 | 0.07 | 0.07 | 308.23 | 0.78 | 0.69 |
| Hex | EE | 72 | DD | 0 | 34 | 7 | 7 | 134 | 4E | 45 |
| Octal | 356 | 162 | 335 | 0 | 64 | 7 | 7 | 464 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11011101 | 0 | 110100 | 111 | 111 | 100110100 | 1001110 | 1000101 |
Color Harmonies of #EE72DD
Complementary color
Monochromatic Colors of #EE72DD
Black with #EE72DD
Text Example
Text Example
White with #EE72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72DD; }
p { color: rgb(238,114,221); }
H1.HeaderClassName
{
color: #EE72DD;
}
.AnyTagClassName
{
color: #EE72DD;
}
</style>
background-color css
<style>
a { background-color: #EE72DD; }
a { background-color: rgb(238,114,221); }
div.DivClassName
{
background-color: #EE72DD;
}
.BgClassName
{
background-color: #EE72DD;
}
</style>
border-color css
<style>
span { border-color: #EE72DD; }
span { border-color: rgb(238,114,221); }
td.TdClassName
{
border-color: #EE72DD;
}
.TagClassName
{
border-color: #EE72DD;
}
</style>