#EF6EF1

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

Shades of Violet #EF6EF1

Tints of Violet #EF6EF1

Color information

#EF6EF1 (or 0xEF6EF1) is unknown color: approx Violet. HEX triplet: EF, 6E and F1. RGB value is (239,110,241). Sum of RGB (Red+Green+Blue) = 239+110+241=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 110 (43.36% from 255 or 18.64% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF6EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EF1 is #10910E. Grayscale: #A3A3A3. Windows color (decimal): -1085711 or 15822575. OLE color: 15822575.

HSL color Cylindrical-coordinate representation of color #EF6EF1: hue angle of 299.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EF1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239110241-
CMYK0.010.5400.05
HSL299.08º82.39%68.82%-
HSV(B)299.08º54.36%94.51%-
XYZ57.0535.8587.13-
YUV163.5171.74181.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 110 (43.36% from 255) = 18.64%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=40.51%
G=18.64%
B=40.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391102410.010.5400.05299.0882.3968.82
HexEF6EF11360512b5245
Octal35715636116605453122105
Binary111011111101110111100011110110010110010101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6EF1; }

 p { color: rgb(239,110,241); }

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

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

 a { background-color: rgb(239,110,241); }

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

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

 span { border-color: rgb(239,110,241); }

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