#EF83EE

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

Shades of Violet #EF83EE

Tints of Violet #EF83EE

Color information

#EF83EE (or 0xEF83EE) is unknown color: approx Violet. HEX triplet: EF, 83 and EE. RGB value is (239,131,238). Sum of RGB (Red+Green+Blue) = 239+131+238=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83EE is #107C11. Grayscale: #AFAFAF. Windows color (decimal): -1080338 or 15631343. OLE color: 15631343.

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

Color convert

RGB239131238-
CMYK00.450.000.06
HSL300.56º77.14%72.55%-
HSV(B)300.56º45.19%93.73%-
XYZ59.1540.7685.64-
YUV175.49163.28173.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 131 (51.56% from 255) = 21.55%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=39.31%
G=21.55%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913123800.450.000.06300.5677.1472.55
HexEF83EE02D0612d4d49
Octal35720335605506455115111
Binary1110111110000011111011100101101011010010110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83EE; }

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

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

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

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

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

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

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

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