#EA83D5

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

Shades of Pale Magenta #EA83D5

Tints of Pale Magenta #EA83D5

Color information

#EA83D5 (or 0xEA83D5) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and D5. RGB value is (234,131,213). Sum of RGB (Red+Green+Blue) = 234+131+213=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D5 is #157C2A. Grayscale: #AAAAAA. Windows color (decimal): -1408043 or 13992938. OLE color: 13992938.

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

Color convert

RGB234131213-
CMYK00.440.090.08
HSL312.23º71.03%71.57%-
HSV(B)312.23º44.02%91.76%-
XYZ54.0638.5367.54-
YUV171.14151.62172.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 131 (51.56% from 255) = 22.66%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=40.48%
G=22.66%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413121300.440.090.08312.2371.0371.57
HexEA83D502C981384748
Octal3522033250541110470107110
Binary11101010100000111101010101011001001100010011100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83D5; }

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

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

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

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

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

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

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

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