#EA85DF

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

Shades of Pale Magenta #EA85DF

Tints of Pale Magenta #EA85DF

Color information

#EA85DF (or 0xEA85DF) is unknown color: approx Pale Magenta. HEX triplet: EA, 85 and DF. RGB value is (234,133,223). Sum of RGB (Red+Green+Blue) = 234+133+223=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DF is #157A20. Grayscale: #ADADAD. Windows color (decimal): -1407521 or 14648810. OLE color: 14648810.

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

Color convert

RGB234133223-
CMYK00.430.050.08
HSL306.53º70.63%71.96%-
HSV(B)306.53º43.16%91.76%-
XYZ55.6439.674.52-
YUV173.46155.96171.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=39.66%
G=22.54%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413322300.430.050.08306.5370.6371.96
HexEA85DF02B581334748
Octal352205337053510463107110
Binary1110101010000101110111110101011101100010011001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85DF; }

 p { color: rgb(234,133,223); }

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

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

 a { background-color: rgb(234,133,223); }

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

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

 span { border-color: rgb(234,133,223); }

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