Shades of Pale Magenta #EE74DD
Tints of Pale Magenta #EE74DD
RGB
CMYK
RGB Variations
Color information
#EE74DD (or 0xEE74DD) is known color: Pale Magenta. HEX triplet: EE, 74 and DD. RGB value is (238,116,221). Sum of RGB (Red+Green+Blue) = 238+116+221=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74DD is #118B22. Grayscale: #A4A4A4. Windows color (decimal): -1149731 or 14513390. OLE color: 14513390.
HSL color Cylindrical-coordinate representation of color #EE74DD: hue angle of 308.36º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74DD is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 221 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.07 |
| HSL | 308.36º | 0.78% | 0.69% | - |
| HSV(B) | 308.36º | 0.51% | 0.93% | - |
| XYZ | 54.56 | 35.89 | 72.46 | - |
| YUV | 164.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 221 | 0 | 0.51 | 0.07 | 0.07 | 308.36 | 0.78 | 0.69 |
| Hex | EE | 74 | DD | 0 | 33 | 7 | 7 | 134 | 4E | 45 |
| Octal | 356 | 164 | 335 | 0 | 63 | 7 | 7 | 464 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11011101 | 0 | 110011 | 111 | 111 | 100110100 | 1001110 | 1000101 |
Color Harmonies of #EE74DD
Complementary color
Monochromatic Colors of #EE74DD
Black with #EE74DD
Text Example
Text Example
White with #EE74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74DD; }
p { color: rgb(238,116,221); }
H1.HeaderClassName
{
color: #EE74DD;
}
.AnyTagClassName
{
color: #EE74DD;
}
</style>
background-color css
<style>
a { background-color: #EE74DD; }
a { background-color: rgb(238,116,221); }
div.DivClassName
{
background-color: #EE74DD;
}
.BgClassName
{
background-color: #EE74DD;
}
</style>
border-color css
<style>
span { border-color: #EE74DD; }
span { border-color: rgb(238,116,221); }
td.TdClassName
{
border-color: #EE74DD;
}
.TagClassName
{
border-color: #EE74DD;
}
</style>