Shades of Pale Magenta #EF8BE1
Tints of Pale Magenta #EF8BE1
RGB
CMYK
RGB Variations
Color information
#EF8BE1 (or 0xEF8BE1) is known color: Pale Magenta. HEX triplet: EF, 8B and E1. RGB value is (239,139,225). Sum of RGB (Red+Green+Blue) = 239+139+225=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BE1 is #10741E. Grayscale: #B2B2B2. Windows color (decimal): -1078303 or 14781423. OLE color: 14781423.
HSL color Cylindrical-coordinate representation of color #EF8BE1: hue angle of 308.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BE1 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 225 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.06 |
| HSL | 308.4º | 0.76% | 0.74% | - |
| HSV(B) | 308.4º | 0.42% | 0.94% | - |
| XYZ | 58.42 | 42.25 | 76.31 | - |
| YUV | 178.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 225 | 0 | 0.42 | 0.06 | 0.06 | 308.4 | 0.76 | 0.74 |
| Hex | EF | 8B | E1 | 0 | 2A | 6 | 6 | 134 | 4C | 4A |
| Octal | 357 | 213 | 341 | 0 | 52 | 6 | 6 | 464 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11100001 | 0 | 101010 | 110 | 110 | 100110100 | 1001100 | 1001010 |
Color Harmonies of #EF8BE1
Complementary color
Monochromatic Colors of #EF8BE1
Black with #EF8BE1
Text Example
Text Example
White with #EF8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BE1; }
p { color: rgb(239,139,225); }
H1.HeaderClassName
{
color: #EF8BE1;
}
.AnyTagClassName
{
color: #EF8BE1;
}
</style>
background-color css
<style>
a { background-color: #EF8BE1; }
a { background-color: rgb(239,139,225); }
div.DivClassName
{
background-color: #EF8BE1;
}
.BgClassName
{
background-color: #EF8BE1;
}
</style>
border-color css
<style>
span { border-color: #EF8BE1; }
span { border-color: rgb(239,139,225); }
td.TdClassName
{
border-color: #EF8BE1;
}
.TagClassName
{
border-color: #EF8BE1;
}
</style>