#EF85DF

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

Shades of Pale Magenta #EF85DF

Tints of Pale Magenta #EF85DF

Color information

#EF85DF (or 0xEF85DF) is unknown color: approx Pale Magenta. HEX triplet: EF, 85 and DF. RGB value is (239,133,223). Sum of RGB (Red+Green+Blue) = 239+133+223=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DF is #107A20. Grayscale: #AEAEAE. Windows color (decimal): -1079841 or 14648815. OLE color: 14648815.

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

Color convert

RGB239133223-
CMYK00.440.070.06
HSL309.06º76.81%72.94%-
HSV(B)309.06º44.35%93.73%-
XYZ57.340.4574.6-
YUV174.95155.12173.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=40.17%
G=22.35%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913322300.440.070.06309.0676.8172.94
HexEF85DF02C761354d49
Octal35720533705476465115111
Binary111011111000010111011111010110011111010011010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85DF; }

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

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

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

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

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

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

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

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