#ef8edf

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

Shades of Pale Magenta #EF8EDF

Tints of Pale Magenta #EF8EDF

Color information

#EF8EDF (or 0xEF8EDF) is unknown color: approx Pale Magenta. HEX triplet: EF, 8E and DF. RGB value is (239,142,223). Sum of RGB (Red+Green+Blue) = 239+142+223=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EDF is #107120. Grayscale: #B4B4B4. Windows color (decimal): -1077537 or 14651119. OLE color: 14651119.

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

Color convert

RGB239142223-
CMYK00.410.070.06
HSL309.9º75.19%74.71%-
HSV(B)309.9º40.59%93.73%-
XYZ58.5943.0275.03-
YUV180.24152.14169.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 142 (55.86% from 255) = 23.51%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=39.57%
G=23.51%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914222300.410.070.06309.975.1974.71
HexEF8EDF029761364b4b
Octal35721633705176466113113
Binary111011111000111011011111010100111111010011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8edf; }

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

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

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

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

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

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

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

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