Shades of Pale Magenta #EE74DA
Tints of Pale Magenta #EE74DA
RGB
CMYK
RGB Variations
Color information
#EE74DA (or 0xEE74DA) is known color: Pale Magenta. HEX triplet: EE, 74 and DA. RGB value is (238,116,218). Sum of RGB (Red+Green+Blue) = 238+116+218=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74DA is #118B25. Grayscale: #A3A3A3. Windows color (decimal): -1149734 or 14316782. OLE color: 14316782.
HSL color Cylindrical-coordinate representation of color #EE74DA: hue angle of 309.84º 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 #EE74DA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 218 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.07 |
| HSL | 309.84º | 0.78% | 0.69% | - |
| HSV(B) | 309.84º | 0.51% | 0.93% | - |
| XYZ | 54.16 | 35.73 | 70.37 | - |
| YUV | 164.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 218 | 0 | 0.51 | 0.08 | 0.07 | 309.84 | 0.78 | 0.69 |
| Hex | EE | 74 | DA | 0 | 33 | 8 | 7 | 136 | 4E | 45 |
| Octal | 356 | 164 | 332 | 0 | 63 | 10 | 7 | 466 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11011010 | 0 | 110011 | 1000 | 111 | 100110110 | 1001110 | 1000101 |
Color Harmonies of #EE74DA
Complementary color
Monochromatic Colors of #EE74DA
Black with #EE74DA
Text Example
Text Example
White with #EE74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74DA; }
p { color: rgb(238,116,218); }
H1.HeaderClassName
{
color: #EE74DA;
}
.AnyTagClassName
{
color: #EE74DA;
}
</style>
background-color css
<style>
a { background-color: #EE74DA; }
a { background-color: rgb(238,116,218); }
div.DivClassName
{
background-color: #EE74DA;
}
.BgClassName
{
background-color: #EE74DA;
}
</style>
border-color css
<style>
span { border-color: #EE74DA; }
span { border-color: rgb(238,116,218); }
td.TdClassName
{
border-color: #EE74DA;
}
.TagClassName
{
border-color: #EE74DA;
}
</style>