#EA81D4

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

Shades of Pale Magenta #EA81D4

Tints of Pale Magenta #EA81D4

Color information

#EA81D4 (or 0xEA81D4) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and D4. RGB value is (234,129,212). Sum of RGB (Red+Green+Blue) = 234+129+212=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D4 is #157E2B. Grayscale: #A9A9A9. Windows color (decimal): -1408556 or 13926890. OLE color: 13926890.

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

Color convert

RGB234129212-
CMYK00.450.090.08
HSL312.57º71.43%71.18%-
HSV(B)312.57º44.87%91.76%-
XYZ53.6737.9566.78-
YUV169.86151.79173.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=40.70%
G=22.43%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412921200.450.090.08312.5771.4371.18
HexEA81D402D981394747
Octal3522013240551110471107107
Binary11101010100000011101010001011011001100010011100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81D4; }

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

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

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

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

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

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

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

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