#EF6DEE

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

Shades of Violet #EF6DEE

Tints of Violet #EF6DEE

Color information

#EF6DEE (or 0xEF6DEE) is unknown color: approx Violet. HEX triplet: EF, 6D and EE. RGB value is (239,109,238). Sum of RGB (Red+Green+Blue) = 239+109+238=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DEE is #109211. Grayscale: #A2A2A2. Windows color (decimal): -1085970 or 15625711. OLE color: 15625711.

HSL color Cylindrical-coordinate representation of color #EF6DEE: hue angle of 300.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6DEE is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239109238-
CMYK00.540.000.06
HSL300.46º80.25%68.24%-
HSV(B)300.46º54.39%93.73%-
XYZ56.535.4684.76-
YUV162.58170.57182.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 109 (42.97% from 255) = 18.60%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=40.78%
G=18.60%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910923800.540.000.06300.4680.2568.24
HexEF6DEE0360612c5044
Octal35715535606606454120104
Binary111011111101101111011100110110011010010110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DEE; }

 p { color: rgb(239,109,238); }

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

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

 a { background-color: rgb(239,109,238); }

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

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

 span { border-color: rgb(239,109,238); }

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