#EA86D1

Color #EA86D1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EA86D1

Tints of Pale Magenta #EA86D1

Color information

#EA86D1 (or 0xEA86D1) is unknown color: approx Pale Magenta. HEX triplet: EA, 86 and D1. RGB value is (234,134,209). Sum of RGB (Red+Green+Blue) = 234+134+209=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86D1 is #15792E. Grayscale: #ACACAC. Windows color (decimal): -1407279 or 13731562. OLE color: 13731562.

HSL color Cylindrical-coordinate representation of color #EA86D1: hue angle of 315º 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 #EA86D1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234134209-
CMYK00.430.110.08
HSL315º70.42%72.16%-
HSV(B)315º42.74%91.76%-
XYZ53.9739.1565.03-
YUV172.45148.63171.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=40.55%
G=23.22%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413420900.430.110.0831570.4272.16
HexEA86D102BB813b4648
Octal3522063210531310473106110
Binary11101010100001101101000101010111011100010011101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA86D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA86D1; }

 p { color: rgb(234,134,209); }

 H1.HeaderClassName
 {
   color: #EA86D1;
 }
 .AnyTagClassName
 {
   color: #EA86D1;
 }
</style>
background-color css

<style>
 a { background-color: #EA86D1; }

 a { background-color: rgb(234,134,209); }

 div.DivClassName
 {
   background-color: #EA86D1;
 }
 .BgClassName
 {
   background-color: #EA86D1;
 }
</style>
border-color css

<style>
 span { border-color: #EA86D1; }

 span { border-color: rgb(234,134,209); }

 td.TdClassName
 {
   border-color: #EA86D1;
 }
 .TagClassName
 {
   border-color: #EA86D1;
 }
</style>