#ea83df

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

Shades of Pale Magenta #EA83DF

Tints of Pale Magenta #EA83DF

Color information

#EA83DF (or 0xEA83DF) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and DF. RGB value is (234,131,223). Sum of RGB (Red+Green+Blue) = 234+131+223=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83DF is #157C20. Grayscale: #ACACAC. Windows color (decimal): -1408033 or 14648298. OLE color: 14648298.

HSL color Cylindrical-coordinate representation of color #EA83DF: hue angle of 306.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83DF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234131223-
CMYK00.440.050.08
HSL306.41º71.03%71.57%-
HSV(B)306.41º44.02%91.76%-
XYZ55.3739.0574.43-
YUV172.28156.62172.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=39.80%
G=22.28%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413122300.440.050.08306.4171.0371.57
HexEA83DF02C581324748
Octal352203337054510462107110
Binary1110101010000011110111110101100101100010011001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea83df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea83df; }

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

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

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

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

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

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

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

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