#EF84DB

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

Shades of Pale Magenta #EF84DB

Tints of Pale Magenta #EF84DB

Color information

#EF84DB (or 0xEF84DB) is unknown color: approx Pale Magenta. HEX triplet: EF, 84 and DB. RGB value is (239,132,219). Sum of RGB (Red+Green+Blue) = 239+132+219=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DB is #107B24. Grayscale: #ADADAD. Windows color (decimal): -1080101 or 14386415. OLE color: 14386415.

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

Color convert

RGB239132219-
CMYK00.450.080.06
HSL311.21º76.98%72.75%-
HSV(B)311.21º44.77%93.73%-
XYZ56.6339.9771.75-
YUV173.91153.45174.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=40.51%
G=22.37%
B=37.12%

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
Decimal23913221900.450.080.06311.2176.9872.75
HexEF84DB02D861374d49
Octal357204333055106467115111
Binary1110111110000100110110110101101100011010011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84DB; }

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

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

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

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

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

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

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

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