#EF81DE

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

Shades of Pale Magenta #EF81DE

Tints of Pale Magenta #EF81DE

Color information

#EF81DE (or 0xEF81DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 81 and DE. RGB value is (239,129,222). Sum of RGB (Red+Green+Blue) = 239+129+222=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DE is #107E21. Grayscale: #ACACAC. Windows color (decimal): -1080866 or 14582255. OLE color: 14582255.

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

Color convert

RGB239129222-
CMYK00.460.070.06
HSL309.27º77.46%72.16%-
HSV(B)309.27º46.03%93.73%-
XYZ56.6339.3373.71-
YUV172.49155.94175.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 129 (50.78% from 255) = 21.86%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=40.51%
G=21.86%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912922200.460.070.06309.2777.4672.16
HexEF81DE02E761354d48
Octal35720133605676465115110
Binary111011111000000111011110010111011111010011010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81DE; }

 p { color: rgb(239,129,222); }

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

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

 a { background-color: rgb(239,129,222); }

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

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

 span { border-color: rgb(239,129,222); }

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