Shades of Pale Magenta #EA86DE
Tints of Pale Magenta #EA86DE
RGB
CMYK
RGB Variations
Color information
#EA86DE (or 0xEA86DE) is known color: Pale Magenta. HEX triplet: EA, 86 and DE. RGB value is (234,134,222). Sum of RGB (Red+Green+Blue) = 234+134+222=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86DE is #157921. Grayscale: #ADADAD. Windows color (decimal): -1407266 or 14583530. OLE color: 14583530.
HSL color Cylindrical-coordinate representation of color #EA86DE: hue angle of 307.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86DE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 222 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.08 |
| HSL | 307.2º | 0.7% | 0.72% | - |
| HSV(B) | 307.2º | 0.43% | 0.92% | - |
| XYZ | 55.64 | 39.82 | 73.86 | - |
| YUV | 173.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 222 | 0 | 0.43 | 0.05 | 0.08 | 307.2 | 0.7 | 0.72 |
| Hex | EA | 86 | DE | 0 | 2B | 5 | 8 | 133 | 46 | 48 |
| Octal | 352 | 206 | 336 | 0 | 53 | 5 | 10 | 463 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11011110 | 0 | 101011 | 101 | 1000 | 100110011 | 1000110 | 1001000 |
Color Harmonies of #EA86DE
Complementary color
Monochromatic Colors of #EA86DE
Black with #EA86DE
Text Example
Text Example
White with #EA86DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86DE; }
p { color: rgb(234,134,222); }
H1.HeaderClassName
{
color: #EA86DE;
}
.AnyTagClassName
{
color: #EA86DE;
}
</style>
background-color css
<style>
a { background-color: #EA86DE; }
a { background-color: rgb(234,134,222); }
div.DivClassName
{
background-color: #EA86DE;
}
.BgClassName
{
background-color: #EA86DE;
}
</style>
border-color css
<style>
span { border-color: #EA86DE; }
span { border-color: rgb(234,134,222); }
td.TdClassName
{
border-color: #EA86DE;
}
.TagClassName
{
border-color: #EA86DE;
}
</style>