#EF93DE

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

Shades of Pale Magenta #EF93DE

Tints of Pale Magenta #EF93DE

Color information

#EF93DE (or 0xEF93DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 93 and DE. RGB value is (239,147,222). Sum of RGB (Red+Green+Blue) = 239+147+222=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93DE is #106C21. Grayscale: #B6B6B6. Windows color (decimal): -1076258 or 14586863. OLE color: 14586863.

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

Color convert

RGB239147222-
CMYK00.380.070.06
HSL311.09º74.19%75.69%-
HSV(B)311.09º38.49%93.73%-
XYZ59.2244.4974.57-
YUV183.06149.98167.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=39.31%
G=24.18%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914722200.380.070.06311.0974.1975.69
HexEF93DE026761374a4c
Octal35722333604676467112114
Binary111011111001001111011110010011011111010011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93DE; }

 p { color: rgb(239,147,222); }

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

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

 a { background-color: rgb(239,147,222); }

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

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

 span { border-color: rgb(239,147,222); }

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