#EA83D2

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

Shades of Pale Magenta #EA83D2

Tints of Pale Magenta #EA83D2

Color information

#EA83D2 (or 0xEA83D2) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and D2. RGB value is (234,131,210). Sum of RGB (Red+Green+Blue) = 234+131+210=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D2 is #157C2D. Grayscale: #AAAAAA. Windows color (decimal): -1408046 or 13796330. OLE color: 13796330.

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

Color convert

RGB234131210-
CMYK00.440.100.08
HSL313.98º71.03%71.57%-
HSV(B)313.98º44.02%91.76%-
XYZ53.6838.3865.55-
YUV170.8150.12173.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 131 (51.56% from 255) = 22.78%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=40.70%
G=22.78%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413121000.440.100.08313.9871.0371.57
HexEA83D202CA813a4748
Octal3522033220541210472107110
Binary11101010100000111101001001011001010100010011101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83D2; }

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

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

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

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

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

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

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

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