Shades of Pale Magenta #E78ADC
Tints of Pale Magenta #E78ADC
RGB
CMYK
RGB Variations
Color information
#E78ADC (or 0xE78ADC) is known color: Pale Magenta. HEX triplet: E7, 8A and DC. RGB value is (231,138,220). Sum of RGB (Red+Green+Blue) = 231+138+220=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADC is #187523. Grayscale: #AEAEAE. Windows color (decimal): -1602852 or 14453479. OLE color: 14453479.
HSL color Cylindrical-coordinate representation of color #E78ADC: hue angle of 307.1º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78ADC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 220 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.09 |
| HSL | 307.1º | 0.66% | 0.72% | - |
| HSV(B) | 307.1º | 0.4% | 0.91% | - |
| XYZ | 54.96 | 40.33 | 72.6 | - |
| YUV | 175.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 220 | 0 | 0.40 | 0.05 | 0.09 | 307.1 | 0.66 | 0.72 |
| Hex | E7 | 8A | DC | 0 | 28 | 5 | 9 | 133 | 42 | 48 |
| Octal | 347 | 212 | 334 | 0 | 50 | 5 | 11 | 463 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11011100 | 0 | 101000 | 101 | 1001 | 100110011 | 1000010 | 1001000 |
Color Harmonies of #E78ADC
Complementary color
Monochromatic Colors of #E78ADC
Black with #E78ADC
Text Example
Text Example
White with #E78ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78ADC; }
p { color: rgb(231,138,220); }
H1.HeaderClassName
{
color: #E78ADC;
}
.AnyTagClassName
{
color: #E78ADC;
}
</style>
background-color css
<style>
a { background-color: #E78ADC; }
a { background-color: rgb(231,138,220); }
div.DivClassName
{
background-color: #E78ADC;
}
.BgClassName
{
background-color: #E78ADC;
}
</style>
border-color css
<style>
span { border-color: #E78ADC; }
span { border-color: rgb(231,138,220); }
td.TdClassName
{
border-color: #E78ADC;
}
.TagClassName
{
border-color: #E78ADC;
}
</style>