#EA81DA

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

Shades of Pale Magenta #EA81DA

Tints of Pale Magenta #EA81DA

Color information

#EA81DA (or 0xEA81DA) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and DA. RGB value is (234,129,218). Sum of RGB (Red+Green+Blue) = 234+129+218=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81DA is #157E25. Grayscale: #AAAAAA. Windows color (decimal): -1408550 or 14320106. OLE color: 14320106.

HSL color Cylindrical-coordinate representation of color #EA81DA: hue angle of 309.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81DA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234129218-
CMYK00.450.070.08
HSL309.14º71.43%71.18%-
HSV(B)309.14º44.87%91.76%-
XYZ54.4438.2570.84-
YUV170.54154.79173.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=40.28%
G=22.20%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412921800.450.070.08309.1471.4371.18
HexEA81DA02D781354747
Octal352201332055710465107107
Binary1110101010000001110110100101101111100010011010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81DA; }

 p { color: rgb(234,129,218); }

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

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

 a { background-color: rgb(234,129,218); }

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

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

 span { border-color: rgb(234,129,218); }

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