#EA85DC

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

Shades of Pale Magenta #EA85DC

Tints of Pale Magenta #EA85DC

Color information

#EA85DC (or 0xEA85DC) is unknown color: approx Pale Magenta. HEX triplet: EA, 85 and DC. RGB value is (234,133,220). Sum of RGB (Red+Green+Blue) = 234+133+220=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DC is #157A23. Grayscale: #ACACAC. Windows color (decimal): -1407524 or 14452202. OLE color: 14452202.

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

Color convert

RGB234133220-
CMYK00.430.060.08
HSL308.32º70.63%71.96%-
HSV(B)308.32º43.16%91.76%-
XYZ55.2439.4372.41-
YUV173.12154.46171.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=39.86%
G=22.66%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413322000.430.060.08308.3270.6371.96
HexEA85DC02B681344748
Octal352205334053610464107110
Binary1110101010000101110111000101011110100010011010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85DC; }

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

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

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

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

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

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

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

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