Shades of Pale Magenta #E78CDE
Tints of Pale Magenta #E78CDE
RGB
CMYK
RGB Variations
Color information
#E78CDE (or 0xE78CDE) is known color: Pale Magenta. HEX triplet: E7, 8C and DE. RGB value is (231,140,222). Sum of RGB (Red+Green+Blue) = 231+140+222=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CDE is #187321. Grayscale: #B0B0B0. Windows color (decimal): -1602338 or 14585063. OLE color: 14585063.
HSL color Cylindrical-coordinate representation of color #E78CDE: hue angle of 305.93º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CDE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 222 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.09 |
| HSL | 305.93º | 0.65% | 0.73% | - |
| HSV(B) | 305.93º | 0.39% | 0.91% | - |
| XYZ | 55.52 | 41.02 | 74.1 | - |
| YUV | 176.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 222 | 0 | 0.39 | 0.04 | 0.09 | 305.93 | 0.65 | 0.73 |
| Hex | E7 | 8C | DE | 0 | 27 | 4 | 9 | 132 | 41 | 49 |
| Octal | 347 | 214 | 336 | 0 | 47 | 4 | 11 | 462 | 101 | 111 |
| Binary | 11100111 | 10001100 | 11011110 | 0 | 100111 | 100 | 1001 | 100110010 | 1000001 | 1001001 |
Color Harmonies of #E78CDE
Complementary color
Monochromatic Colors of #E78CDE
Black with #E78CDE
Text Example
Text Example
White with #E78CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CDE; }
p { color: rgb(231,140,222); }
H1.HeaderClassName
{
color: #E78CDE;
}
.AnyTagClassName
{
color: #E78CDE;
}
</style>
background-color css
<style>
a { background-color: #E78CDE; }
a { background-color: rgb(231,140,222); }
div.DivClassName
{
background-color: #E78CDE;
}
.BgClassName
{
background-color: #E78CDE;
}
</style>
border-color css
<style>
span { border-color: #E78CDE; }
span { border-color: rgb(231,140,222); }
td.TdClassName
{
border-color: #E78CDE;
}
.TagClassName
{
border-color: #E78CDE;
}
</style>