Shades of Pale Magenta #EF90DC
Tints of Pale Magenta #EF90DC
RGB
CMYK
RGB Variations
Color information
#EF90DC (or 0xEF90DC) is known color: Pale Magenta. HEX triplet: EF, 90 and DC. RGB value is (239,144,220). Sum of RGB (Red+Green+Blue) = 239+144+220=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DC is #106F23. Grayscale: #B4B4B4. Windows color (decimal): -1077028 or 14455023. OLE color: 14455023.
HSL color Cylindrical-coordinate representation of color #EF90DC: hue angle of 312º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90DC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 220 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.06 |
| HSL | 312º | 0.75% | 0.75% | - |
| HSV(B) | 312º | 0.4% | 0.94% | - |
| XYZ | 58.49 | 43.46 | 73.02 | - |
| YUV | 181.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 220 | 0 | 0.40 | 0.08 | 0.06 | 312 | 0.75 | 0.75 |
| Hex | EF | 90 | DC | 0 | 28 | 8 | 6 | 138 | 4B | 4B |
| Octal | 357 | 220 | 334 | 0 | 50 | 10 | 6 | 470 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11011100 | 0 | 101000 | 1000 | 110 | 100111000 | 1001011 | 1001011 |
Color Harmonies of #EF90DC
Complementary color
Monochromatic Colors of #EF90DC
Black with #EF90DC
Text Example
Text Example
White with #EF90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90DC; }
p { color: rgb(239,144,220); }
H1.HeaderClassName
{
color: #EF90DC;
}
.AnyTagClassName
{
color: #EF90DC;
}
</style>
background-color css
<style>
a { background-color: #EF90DC; }
a { background-color: rgb(239,144,220); }
div.DivClassName
{
background-color: #EF90DC;
}
.BgClassName
{
background-color: #EF90DC;
}
</style>
border-color css
<style>
span { border-color: #EF90DC; }
span { border-color: rgb(239,144,220); }
td.TdClassName
{
border-color: #EF90DC;
}
.TagClassName
{
border-color: #EF90DC;
}
</style>