#EA83D1

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

Shades of Pale Magenta #EA83D1

Tints of Pale Magenta #EA83D1

Color information

#EA83D1 (or 0xEA83D1) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and D1. RGB value is (234,131,209). Sum of RGB (Red+Green+Blue) = 234+131+209=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83D1 is #157C2E. Grayscale: #AAAAAA. Windows color (decimal): -1408047 or 13730794. OLE color: 13730794.

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

Color convert

RGB234131209-
CMYK00.440.110.08
HSL314.56º71.03%71.57%-
HSV(B)314.56º44.02%91.76%-
XYZ53.5638.3364.9-
YUV170.69149.62173.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 131 (51.56% from 255) = 22.82%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=40.77%
G=22.82%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413120900.440.110.08314.5671.0371.57
HexEA83D102CB813b4748
Octal3522033210541310473107110
Binary11101010100000111101000101011001011100010011101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83D1; }

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

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

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

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

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

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

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

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