Shades of Pale Magenta #EF8CDD
Tints of Pale Magenta #EF8CDD
RGB
CMYK
RGB Variations
Color information
#EF8CDD (or 0xEF8CDD) is known color: Pale Magenta. HEX triplet: EF, 8C and DD. RGB value is (239,140,221). Sum of RGB (Red+Green+Blue) = 239+140+221=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CDD is #107322. Grayscale: #B2B2B2. Windows color (decimal): -1078051 or 14519535. OLE color: 14519535.
HSL color Cylindrical-coordinate representation of color #EF8CDD: hue angle of 310.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CDD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 221 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.06 |
| HSL | 310.91º | 0.76% | 0.74% | - |
| HSV(B) | 310.91º | 0.41% | 0.94% | - |
| XYZ | 58.03 | 42.33 | 73.52 | - |
| YUV | 178.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 221 | 0 | 0.41 | 0.08 | 0.06 | 310.91 | 0.76 | 0.74 |
| Hex | EF | 8C | DD | 0 | 29 | 8 | 6 | 137 | 4C | 4A |
| Octal | 357 | 214 | 335 | 0 | 51 | 10 | 6 | 467 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11011101 | 0 | 101001 | 1000 | 110 | 100110111 | 1001100 | 1001010 |
Color Harmonies of #EF8CDD
Complementary color
Monochromatic Colors of #EF8CDD
Black with #EF8CDD
Text Example
Text Example
White with #EF8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CDD; }
p { color: rgb(239,140,221); }
H1.HeaderClassName
{
color: #EF8CDD;
}
.AnyTagClassName
{
color: #EF8CDD;
}
</style>
background-color css
<style>
a { background-color: #EF8CDD; }
a { background-color: rgb(239,140,221); }
div.DivClassName
{
background-color: #EF8CDD;
}
.BgClassName
{
background-color: #EF8CDD;
}
</style>
border-color css
<style>
span { border-color: #EF8CDD; }
span { border-color: rgb(239,140,221); }
td.TdClassName
{
border-color: #EF8CDD;
}
.TagClassName
{
border-color: #EF8CDD;
}
</style>