Shades of Pale Magenta #EF90DA
Tints of Pale Magenta #EF90DA
RGB
CMYK
RGB Variations
Color information
#EF90DA (or 0xEF90DA) is known color: Pale Magenta. HEX triplet: EF, 90 and DA. RGB value is (239,144,218). Sum of RGB (Red+Green+Blue) = 239+144+218=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DA is #106F25. Grayscale: #B4B4B4. Windows color (decimal): -1077030 or 14323951. OLE color: 14323951.
HSL color Cylindrical-coordinate representation of color #EF90DA: hue angle of 313.26º 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 #EF90DA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 218 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.06 |
| HSL | 313.26º | 0.75% | 0.75% | - |
| HSV(B) | 313.26º | 0.4% | 0.94% | - |
| XYZ | 58.22 | 43.36 | 71.63 | - |
| YUV | 180.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 218 | 0 | 0.40 | 0.09 | 0.06 | 313.26 | 0.75 | 0.75 |
| Hex | EF | 90 | DA | 0 | 28 | 9 | 6 | 139 | 4B | 4B |
| Octal | 357 | 220 | 332 | 0 | 50 | 11 | 6 | 471 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11011010 | 0 | 101000 | 1001 | 110 | 100111001 | 1001011 | 1001011 |
Color Harmonies of #EF90DA
Complementary color
Monochromatic Colors of #EF90DA
Black with #EF90DA
Text Example
Text Example
White with #EF90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90DA; }
p { color: rgb(239,144,218); }
H1.HeaderClassName
{
color: #EF90DA;
}
.AnyTagClassName
{
color: #EF90DA;
}
</style>
background-color css
<style>
a { background-color: #EF90DA; }
a { background-color: rgb(239,144,218); }
div.DivClassName
{
background-color: #EF90DA;
}
.BgClassName
{
background-color: #EF90DA;
}
</style>
border-color css
<style>
span { border-color: #EF90DA; }
span { border-color: rgb(239,144,218); }
td.TdClassName
{
border-color: #EF90DA;
}
.TagClassName
{
border-color: #EF90DA;
}
</style>