#EF89F9

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

Shades of Violet #EF89F9

Tints of Violet #EF89F9

Color information

#EF89F9 (or 0xEF89F9) is unknown color: approx Violet. HEX triplet: EF, 89 and F9. RGB value is (239,137,249). Sum of RGB (Red+Green+Blue) = 239+137+249=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF89F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89F9 is #107606. Grayscale: #B3B3B3. Windows color (decimal): -1078791 or 16353775. OLE color: 16353775.

HSL color Cylindrical-coordinate representation of color #EF89F9: hue angle of 294.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF89F9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239137249-
CMYK0.040.4500.02
HSL294.64º90.32%75.69%-
HSV(B)294.64º44.98%97.65%-
XYZ61.6443.0894.69-
YUV180.27166.79169.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 21.92%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=38.24%
G=21.92%
B=39.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391372490.040.4500.02294.6490.3275.69
HexEF89F942D021275a4c
Octal35721137145502447132114
Binary11101111100010011111100110010110101010010011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89F9; }

 p { color: rgb(239,137,249); }

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

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

 a { background-color: rgb(239,137,249); }

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

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

 span { border-color: rgb(239,137,249); }

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