#EF94F0

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

Shades of Violet #EF94F0

Tints of Violet #EF94F0

Color information

#EF94F0 (or 0xEF94F0) is unknown color: approx Violet. HEX triplet: EF, 94 and F0. RGB value is (239,148,240). Sum of RGB (Red+Green+Blue) = 239+148+240=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94F0 is #106B0F. Grayscale: #B9B9B9. Windows color (decimal): -1075984 or 15766767. OLE color: 15766767.

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

Color convert

RGB239148240-
CMYK0.000.3800.06
HSL299.35º75.41%76.08%-
HSV(B)299.35º38.33%94.12%-
XYZ61.9145.8288.02-
YUV185.7158.65166.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=38.12%
G=23.60%
B=38.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391482400.000.3800.06299.3575.4176.08
HexEF94F00260612b4b4c
Octal35722436004606453113114
Binary1110111110010100111100000100110011010010101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94F0; }

 p { color: rgb(239,148,240); }

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

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

 a { background-color: rgb(239,148,240); }

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

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

 span { border-color: rgb(239,148,240); }

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