#EA85D6

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

Shades of Pale Magenta #EA85D6

Tints of Pale Magenta #EA85D6

Color information

#EA85D6 (or 0xEA85D6) is unknown color: approx Pale Magenta. HEX triplet: EA, 85 and D6. RGB value is (234,133,214). Sum of RGB (Red+Green+Blue) = 234+133+214=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85D6 is #157A29. Grayscale: #ACACAC. Windows color (decimal): -1407530 or 14058986. OLE color: 14058986.

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

Color convert

RGB234133214-
CMYK00.430.090.08
HSL311.88º70.63%71.96%-
HSV(B)311.88º43.16%91.76%-
XYZ54.4639.1268.3-
YUV172.43151.46171.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=40.28%
G=22.89%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413321400.430.090.08311.8870.6371.96
HexEA85D602B981384748
Octal3522053260531110470107110
Binary11101010100001011101011001010111001100010011100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85D6; }

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

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

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

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

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

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

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

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