Shades of Pale Magenta #EA79DE
Tints of Pale Magenta #EA79DE
RGB
CMYK
RGB Variations
Color information
#EA79DE (or 0xEA79DE) is known color: Pale Magenta. HEX triplet: EA, 79 and DE. RGB value is (234,121,222). Sum of RGB (Red+Green+Blue) = 234+121+222=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79DE is #158621. Grayscale: #A6A6A6. Windows color (decimal): -1410594 or 14580202. OLE color: 14580202.
HSL color Cylindrical-coordinate representation of color #EA79DE: hue angle of 306.37º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79DE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 222 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.08 |
| HSL | 306.37º | 0.73% | 0.7% | - |
| HSV(B) | 306.37º | 0.48% | 0.92% | - |
| XYZ | 53.95 | 36.44 | 73.3 | - |
| YUV | 166.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 222 | 0 | 0.48 | 0.05 | 0.08 | 306.37 | 0.73 | 0.7 |
| Hex | EA | 79 | DE | 0 | 30 | 5 | 8 | 132 | 49 | 46 |
| Octal | 352 | 171 | 336 | 0 | 60 | 5 | 10 | 462 | 111 | 106 |
| Binary | 11101010 | 1111001 | 11011110 | 0 | 110000 | 101 | 1000 | 100110010 | 1001001 | 1000110 |
Color Harmonies of #EA79DE
Complementary color
Monochromatic Colors of #EA79DE
Black with #EA79DE
Text Example
Text Example
White with #EA79DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA79DE; }
p { color: rgb(234,121,222); }
H1.HeaderClassName
{
color: #EA79DE;
}
.AnyTagClassName
{
color: #EA79DE;
}
</style>
background-color css
<style>
a { background-color: #EA79DE; }
a { background-color: rgb(234,121,222); }
div.DivClassName
{
background-color: #EA79DE;
}
.BgClassName
{
background-color: #EA79DE;
}
</style>
border-color css
<style>
span { border-color: #EA79DE; }
span { border-color: rgb(234,121,222); }
td.TdClassName
{
border-color: #EA79DE;
}
.TagClassName
{
border-color: #EA79DE;
}
</style>