#EA83DC

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

Shades of Pale Magenta #EA83DC

Tints of Pale Magenta #EA83DC

Color information

#EA83DC (or 0xEA83DC) is unknown color: approx Pale Magenta. HEX triplet: EA, 83 and DC. RGB value is (234,131,220). Sum of RGB (Red+Green+Blue) = 234+131+220=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83DC is #157C23. Grayscale: #ABABAB. Windows color (decimal): -1408036 or 14451690. OLE color: 14451690.

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

Color convert

RGB234131220-
CMYK00.440.060.08
HSL308.16º71.03%71.57%-
HSV(B)308.16º44.02%91.76%-
XYZ54.9738.8972.32-
YUV171.94155.12172.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 22.39%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=40%
G=22.39%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413122000.440.060.08308.1671.0371.57
HexEA83DC02C681344748
Octal352203334054610464107110
Binary1110101010000011110111000101100110100010011010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83DC; }

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

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

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

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

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

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

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

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