#EF84DE

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

Shades of Pale Magenta #EF84DE

Tints of Pale Magenta #EF84DE

Color information

#EF84DE (or 0xEF84DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 84 and DE. RGB value is (239,132,222). Sum of RGB (Red+Green+Blue) = 239+132+222=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DE is #107B21. Grayscale: #AEAEAE. Windows color (decimal): -1080098 or 14583023. OLE color: 14583023.

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

Color convert

RGB239132222-
CMYK00.450.070.06
HSL309.53º76.98%72.75%-
HSV(B)309.53º44.77%93.73%-
XYZ57.0340.1373.85-
YUV174.25154.95174.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=40.30%
G=22.26%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913222200.450.070.06309.5376.9872.75
HexEF84DE02D761364d49
Octal35720433605576466115111
Binary111011111000010011011110010110111111010011011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84DE; }

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

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

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

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

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

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

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

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