#EA81DB

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

Shades of Pale Magenta #EA81DB

Tints of Pale Magenta #EA81DB

Color information

#EA81DB (or 0xEA81DB) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and DB. RGB value is (234,129,219). Sum of RGB (Red+Green+Blue) = 234+129+219=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81DB is #157E24. Grayscale: #AAAAAA. Windows color (decimal): -1408549 or 14385642. OLE color: 14385642.

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

Color convert

RGB234129219-
CMYK00.450.060.08
HSL308.57º71.43%71.18%-
HSV(B)308.57º44.87%91.76%-
XYZ54.5738.3171.54-
YUV170.66155.29173.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=40.21%
G=22.16%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412921900.450.060.08308.5771.4371.18
HexEA81DB02D681354747
Octal352201333055610465107107
Binary1110101010000001110110110101101110100010011010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81DB; }

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

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

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

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

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

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

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

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