#EF79DC

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

Shades of Pale Magenta #EF79DC

Tints of Pale Magenta #EF79DC

Color information

#EF79DC (or 0xEF79DC) is unknown color: approx Pale Magenta. HEX triplet: EF, 79 and DC. RGB value is (239,121,220). Sum of RGB (Red+Green+Blue) = 239+121+220=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79DC is #108623. Grayscale: #A7A7A7. Windows color (decimal): -1082916 or 14449135. OLE color: 14449135.

HSL color Cylindrical-coordinate representation of color #EF79DC: hue angle of 309.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79DC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239121220-
CMYK00.490.080.06
HSL309.66º78.67%70.59%-
HSV(B)309.66º49.37%93.73%-
XYZ55.3537.1971.97-
YUV167.57157.59178.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 121 (47.66% from 255) = 20.86%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=41.21%
G=20.86%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912122000.490.080.06309.6678.6770.59
HexEF79DC031861364f47
Octal357171334061106466117107
Binary111011111111001110111000110001100011010011011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79DC; }

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

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

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

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

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

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

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

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