#EF90F9

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

Shades of Violet #EF90F9

Tints of Violet #EF90F9

Color information

#EF90F9 (or 0xEF90F9) is unknown color: approx Violet. HEX triplet: EF, 90 and F9. RGB value is (239,144,249). Sum of RGB (Red+Green+Blue) = 239+144+249=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90F9 is #106F06. Grayscale: #B8B8B8. Windows color (decimal): -1076999 or 16355567. OLE color: 16355567.

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

Color convert

RGB239144249-
CMYK0.040.4200.02
HSL294.29º89.74%77.06%-
HSV(B)294.29º42.17%97.65%-
XYZ62.6745.1495.03-
YUV184.37164.47166.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 144 (56.64% from 255) = 22.78%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=37.82%
G=22.78%
B=39.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391442490.040.4200.02294.2989.7477.06
HexEF90F942A021265a4d
Octal35722037145202446132115
Binary11101111100100001111100110010101001010010011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90F9; }

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

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

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

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

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

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

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

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