#EA81D1

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

Shades of Pale Magenta #EA81D1

Tints of Pale Magenta #EA81D1

Color information

#EA81D1 (or 0xEA81D1) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and D1. RGB value is (234,129,209). Sum of RGB (Red+Green+Blue) = 234+129+209=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D1 is #157E2E. Grayscale: #A9A9A9. Windows color (decimal): -1408559 or 13730282. OLE color: 13730282.

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

Color convert

RGB234129209-
CMYK00.450.110.08
HSL314.29º71.43%71.18%-
HSV(B)314.29º44.87%91.76%-
XYZ53.2937.864.81-
YUV169.52150.29174-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=40.91%
G=22.55%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412920900.450.110.08314.2971.4371.18
HexEA81D102DB813a4747
Octal3522013210551310472107107
Binary11101010100000011101000101011011011100010011101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81D1; }

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

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

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

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

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

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

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

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