#EE81DA

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

Shades of Pale Magenta #EE81DA

Tints of Pale Magenta #EE81DA

Color information

#EE81DA (or 0xEE81DA) is unknown color: approx Pale Magenta. HEX triplet: EE, 81 and DA. RGB value is (238,129,218). Sum of RGB (Red+Green+Blue) = 238+129+218=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DA is #117E25. Grayscale: #ABABAB. Windows color (decimal): -1146406 or 14320110. OLE color: 14320110.

HSL color Cylindrical-coordinate representation of color #EE81DA: hue angle of 311.01º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81DA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238129218-
CMYK00.460.080.07
HSL311.01º76.22%71.96%-
HSV(B)311.01º45.8%93.33%-
XYZ55.7738.9470.91-
YUV171.74154.11175.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 129 (50.78% from 255) = 22.05%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=40.68%
G=22.05%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812921800.460.080.07311.0176.2271.96
HexEE81DA02E871374c48
Octal356201332056107467114110
Binary1110111010000001110110100101110100011110011011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81DA; }

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

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

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

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

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

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

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

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