#EA81DF

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

Shades of Pale Magenta #EA81DF

Tints of Pale Magenta #EA81DF

Color information

#EA81DF (or 0xEA81DF) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and DF. RGB value is (234,129,223). Sum of RGB (Red+Green+Blue) = 234+129+223=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81DF is #157E20. Grayscale: #AAAAAA. Windows color (decimal): -1408545 or 14647786. OLE color: 14647786.

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

Color convert

RGB234129223-
CMYK00.450.050.08
HSL306.29º71.43%71.18%-
HSV(B)306.29º44.87%91.76%-
XYZ55.138.5274.34-
YUV171.11157.29172.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=39.93%
G=22.01%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412922300.450.050.08306.2971.4371.18
HexEA81DF02D581324747
Octal352201337055510462107107
Binary1110101010000001110111110101101101100010011001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81DF; }

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

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

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

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

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

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

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

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