#EF6DEB

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

Shades of Violet #EF6DEB

Tints of Violet #EF6DEB

Color information

#EF6DEB (or 0xEF6DEB) is unknown color: approx Violet. HEX triplet: EF, 6D and EB. RGB value is (239,109,235). Sum of RGB (Red+Green+Blue) = 239+109+235=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 109 (42.97% from 255 or 18.70% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DEB is #109214. Grayscale: #A1A1A1. Windows color (decimal): -1085973 or 15429103. OLE color: 15429103.

HSL color Cylindrical-coordinate representation of color #EF6DEB: hue angle of 301.85º 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 #EF6DEB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239109235-
CMYK00.540.020.06
HSL301.85º80.25%68.24%-
HSV(B)301.85º54.39%93.73%-
XYZ56.0635.2982.45-
YUV162.23169.07182.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 109 (42.97% from 255) = 18.70%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=40.99%
G=18.70%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910923500.540.020.06301.8580.2568.24
HexEF6DEB0362612e5044
Octal35715535306626456120104
Binary1110111111011011110101101101101011010010111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DEB; }

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

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

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

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

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

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

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

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