#EA83D4

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

Shades of Pale Magenta #EA83D4

Tints of Pale Magenta #EA83D4

Color information

#EA83D4 (or 0xEA83D4) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and D4. RGB value is (234,131,212). Sum of RGB (Red+Green+Blue) = 234+131+212=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D4 is #157C2B. Grayscale: #AAAAAA. Windows color (decimal): -1408044 or 13927402. OLE color: 13927402.

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

Color convert

RGB234131212-
CMYK00.440.090.08
HSL312.82º71.03%71.57%-
HSV(B)312.82º44.02%91.76%-
XYZ53.9338.4866.87-
YUV171.03151.12172.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 22.70%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=40.55%
G=22.70%
B=36.74%

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
Decimal23413121200.440.090.08312.8271.0371.57
HexEA83D402C981394748
Octal3522033240541110471107110
Binary11101010100000111101010001011001001100010011100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83D4; }

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

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

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

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

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

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

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

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