#EF83FE

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

Shades of Violet #EF83FE

Tints of Violet #EF83FE

Color information

#EF83FE (or 0xEF83FE) is unknown color: approx Violet. HEX triplet: EF, 83 and FE. RGB value is (239,131,254). Sum of RGB (Red+Green+Blue) = 239+131+254=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 131 (51.56% from 255 or 20.99% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FE is #107C01. Grayscale: #B0B0B0. Windows color (decimal): -1080322 or 16679919. OLE color: 16679919.

HSL color Cylindrical-coordinate representation of color #EF83FE: hue angle of 292.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF83FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239131254-
CMYK0.060.4800.00
HSL292.68º98.4%75.49%-
HSV(B)292.68º48.43%99.61%-
XYZ61.641.7498.58-
YUV177.31171.28172-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 131 (51.56% from 255) = 20.99%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=38.30%
G=20.99%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391312540.060.4800.00292.6898.475.49
HexEF83FE63000125624b
Octal35720337666000445142113
Binary1110111110000011111111101101100000010010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83FE; }

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

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

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

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

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

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

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

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