#EF83EB

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

Shades of Violet #EF83EB

Tints of Violet #EF83EB

Color information

#EF83EB (or 0xEF83EB) is unknown color: approx Violet. HEX triplet: EF, 83 and EB. RGB value is (239,131,235). Sum of RGB (Red+Green+Blue) = 239+131+235=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83EB is #107C14. Grayscale: #AEAEAE. Windows color (decimal): -1080341 or 15434735. OLE color: 15434735.

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

Color convert

RGB239131235-
CMYK00.450.020.06
HSL302.22º77.14%72.55%-
HSV(B)302.22º45.19%93.73%-
XYZ58.7140.5883.34-
YUV175.15161.78173.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 131 (51.56% from 255) = 21.65%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=39.50%
G=21.65%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913123500.450.020.06302.2277.1472.55
HexEF83EB02D2612e4d49
Octal35720335305526456115111
Binary11101111100000111110101101011011011010010111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83EB; }

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

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

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

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

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

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

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

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