#EF93E7

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

Shades of Pale Magenta #EF93E7

Tints of Pale Magenta #EF93E7

Color information

#EF93E7 (or 0xEF93E7) is unknown color: approx Pale Magenta. HEX triplet: EF, 93 and E7. RGB value is (239,147,231). Sum of RGB (Red+Green+Blue) = 239+147+231=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93E7 is #106C18. Grayscale: #B7B7B7. Windows color (decimal): -1076249 or 15176687. OLE color: 15176687.

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

Color convert

RGB239147231-
CMYK00.380.030.06
HSL305.22º74.19%75.69%-
HSV(B)305.22º38.49%93.73%-
XYZ60.4544.9981.1-
YUV184.08154.48167.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 23.82%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=38.74%
G=23.82%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914723100.380.030.06305.2274.1975.69
HexEF93E7026361314a4c
Octal35722334704636461112114
Binary11101111100100111110011101001101111010011000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93E7; }

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

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

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

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

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

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

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

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