Shades of Pale Magenta #EE74DF
Tints of Pale Magenta #EE74DF
RGB
CMYK
RGB Variations
Color information
#EE74DF (or 0xEE74DF) is known color: Pale Magenta. HEX triplet: EE, 74 and DF. RGB value is (238,116,223). Sum of RGB (Red+Green+Blue) = 238+116+223=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74DF is #118B20. Grayscale: #A4A4A4. Windows color (decimal): -1149729 or 14644462. OLE color: 14644462.
HSL color Cylindrical-coordinate representation of color #EE74DF: hue angle of 307.38º 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 #EE74DF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 223 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.07 |
| HSL | 307.38º | 0.78% | 0.69% | - |
| HSV(B) | 307.38º | 0.51% | 0.93% | - |
| XYZ | 54.82 | 36 | 73.87 | - |
| YUV | 164.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 223 | 0 | 0.51 | 0.06 | 0.07 | 307.38 | 0.78 | 0.69 |
| Hex | EE | 74 | DF | 0 | 33 | 6 | 7 | 133 | 4E | 45 |
| Octal | 356 | 164 | 337 | 0 | 63 | 6 | 7 | 463 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11011111 | 0 | 110011 | 110 | 111 | 100110011 | 1001110 | 1000101 |
Color Harmonies of #EE74DF
Complementary color
Monochromatic Colors of #EE74DF
Black with #EE74DF
Text Example
Text Example
White with #EE74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74DF; }
p { color: rgb(238,116,223); }
H1.HeaderClassName
{
color: #EE74DF;
}
.AnyTagClassName
{
color: #EE74DF;
}
</style>
background-color css
<style>
a { background-color: #EE74DF; }
a { background-color: rgb(238,116,223); }
div.DivClassName
{
background-color: #EE74DF;
}
.BgClassName
{
background-color: #EE74DF;
}
</style>
border-color css
<style>
span { border-color: #EE74DF; }
span { border-color: rgb(238,116,223); }
td.TdClassName
{
border-color: #EE74DF;
}
.TagClassName
{
border-color: #EE74DF;
}
</style>