#EF84DC

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

Shades of Pale Magenta #EF84DC

Tints of Pale Magenta #EF84DC

Color information

#EF84DC (or 0xEF84DC) is unknown color: approx Pale Magenta. HEX triplet: EF, 84 and DC. RGB value is (239,132,220). Sum of RGB (Red+Green+Blue) = 239+132+220=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DC is #107B23. Grayscale: #ADADAD. Windows color (decimal): -1080100 or 14451951. OLE color: 14451951.

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

Color convert

RGB239132220-
CMYK00.450.080.06
HSL310.65º76.98%72.75%-
HSV(B)310.65º44.77%93.73%-
XYZ56.7740.0272.44-
YUV174.02153.95174.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=40.44%
G=22.34%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913222000.450.080.06310.6576.9872.75
HexEF84DC02D861374d49
Octal357204334055106467115111
Binary1110111110000100110111000101101100011010011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84DC; }

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

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

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

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

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

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

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

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