#EF84DF

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

Shades of Pale Magenta #EF84DF

Tints of Pale Magenta #EF84DF

Color information

#EF84DF (or 0xEF84DF) is unknown color: approx Pale Magenta. HEX triplet: EF, 84 and DF. RGB value is (239,132,223). Sum of RGB (Red+Green+Blue) = 239+132+223=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DF is #107B20. Grayscale: #AEAEAE. Windows color (decimal): -1080097 or 14648559. OLE color: 14648559.

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

Color convert

RGB239132223-
CMYK00.450.070.06
HSL308.97º76.98%72.75%-
HSV(B)308.97º44.77%93.73%-
XYZ57.1740.1874.55-
YUV174.37155.45174.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 132 (51.95% from 255) = 22.22%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=40.24%
G=22.22%
B=37.54%

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
Decimal23913222300.450.070.06308.9776.9872.75
HexEF84DF02D761354d49
Octal35720433705576465115111
Binary111011111000010011011111010110111111010011010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84DF; }

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

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

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

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

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

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

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

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