#EA85D5

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

Shades of Pale Magenta #EA85D5

Tints of Pale Magenta #EA85D5

Color information

#EA85D5 (or 0xEA85D5) is unknown color: approx Pale Magenta. HEX triplet: EA, 85 and D5. RGB value is (234,133,213). Sum of RGB (Red+Green+Blue) = 234+133+213=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85D5 is #157A2A. Grayscale: #ACACAC. Windows color (decimal): -1407531 or 13993450. OLE color: 13993450.

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

Color convert

RGB234133213-
CMYK00.430.090.08
HSL312.48º70.63%71.96%-
HSV(B)312.48º43.16%91.76%-
XYZ54.3339.0767.63-
YUV172.32150.96172-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=40.34%
G=22.93%
B=36.72%

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
Decimal23413321300.430.090.08312.4870.6371.96
HexEA85D502B981384748
Octal3522053250531110470107110
Binary11101010100001011101010101010111001100010011100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85D5; }

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

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

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

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

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

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

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

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