#EF93E3

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

Shades of Pale Magenta #EF93E3

Tints of Pale Magenta #EF93E3

Color information

#EF93E3 (or 0xEF93E3) is unknown color: approx Pale Magenta. HEX triplet: EF, 93 and E3. RGB value is (239,147,227). Sum of RGB (Red+Green+Blue) = 239+147+227=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93E3 is #106C1C. Grayscale: #B7B7B7. Windows color (decimal): -1076253 or 14914543. OLE color: 14914543.

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

Color convert

RGB239147227-
CMYK00.380.050.06
HSL307.83º74.19%75.69%-
HSV(B)307.83º38.49%93.73%-
XYZ59.944.7678.16-
YUV183.63152.48167.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=38.99%
G=23.98%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914722700.380.050.06307.8374.1975.69
HexEF93E3026561344a4c
Octal35722334304656464112114
Binary111011111001001111100011010011010111010011010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93E3; }

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

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

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

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

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

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

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

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