#EF82DE

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

Shades of Pale Magenta #EF82DE

Tints of Pale Magenta #EF82DE

Color information

#EF82DE (or 0xEF82DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 82 and DE. RGB value is (239,130,222). Sum of RGB (Red+Green+Blue) = 239+130+222=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82DE is #107D21. Grayscale: #ACACAC. Windows color (decimal): -1080610 or 14582511. OLE color: 14582511.

HSL color Cylindrical-coordinate representation of color #EF82DE: hue angle of 309.36º 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 #EF82DE is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239130222-
CMYK00.460.070.06
HSL309.36º77.3%72.35%-
HSV(B)309.36º45.61%93.73%-
XYZ56.7639.5973.76-
YUV173.08155.61175.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 130 (51.17% from 255) = 22.00%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=40.44%
G=22.00%
B=37.56%

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
Decimal23913022200.460.070.06309.3677.372.35
HexEF82DE02E761354d48
Octal35720233605676465115110
Binary111011111000001011011110010111011111010011010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82DE; }

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

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

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

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

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

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

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

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