Shades of Pale Magenta #EF90D7
Tints of Pale Magenta #EF90D7
RGB
CMYK
RGB Variations
Color information
#EF90D7 (or 0xEF90D7) is known color: Pale Magenta. HEX triplet: EF, 90 and D7. RGB value is (239,144,215). Sum of RGB (Red+Green+Blue) = 239+144+215=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90D7 is #106F28. Grayscale: #B4B4B4. Windows color (decimal): -1077033 or 14127343. OLE color: 14127343.
HSL color Cylindrical-coordinate representation of color #EF90D7: hue angle of 315.16º 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 #EF90D7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 215 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.06 |
| HSL | 315.16º | 0.75% | 0.75% | - |
| HSV(B) | 315.16º | 0.4% | 0.94% | - |
| XYZ | 57.84 | 43.2 | 69.58 | - |
| YUV | 180.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 215 | 0 | 0.40 | 0.10 | 0.06 | 315.16 | 0.75 | 0.75 |
| Hex | EF | 90 | D7 | 0 | 28 | A | 6 | 13B | 4B | 4B |
| Octal | 357 | 220 | 327 | 0 | 50 | 12 | 6 | 473 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11010111 | 0 | 101000 | 1010 | 110 | 100111011 | 1001011 | 1001011 |
Color Harmonies of #EF90D7
Complementary color
Monochromatic Colors of #EF90D7
Black with #EF90D7
Text Example
Text Example
White with #EF90D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90D7; }
p { color: rgb(239,144,215); }
H1.HeaderClassName
{
color: #EF90D7;
}
.AnyTagClassName
{
color: #EF90D7;
}
</style>
background-color css
<style>
a { background-color: #EF90D7; }
a { background-color: rgb(239,144,215); }
div.DivClassName
{
background-color: #EF90D7;
}
.BgClassName
{
background-color: #EF90D7;
}
</style>
border-color css
<style>
span { border-color: #EF90D7; }
span { border-color: rgb(239,144,215); }
td.TdClassName
{
border-color: #EF90D7;
}
.TagClassName
{
border-color: #EF90D7;
}
</style>