#EF8EFE

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

Shades of Violet #EF8EFE

Tints of Violet #EF8EFE

Color information

#EF8EFE (or 0xEF8EFE) is unknown color: approx Violet. HEX triplet: EF, 8E and FE. RGB value is (239,142,254). Sum of RGB (Red+Green+Blue) = 239+142+254=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 142 (55.86% from 255 or 22.36% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF8EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFE is #107101. Grayscale: #B7B7B7. Windows color (decimal): -1077506 or 16682735. OLE color: 16682735.

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

Color convert

RGB239142254-
CMYK0.060.4400.00
HSL291.96º98.25%77.65%-
HSV(B)291.96º44.09%99.61%-
XYZ63.1644.8599.09-
YUV183.77167.64167.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 142 (55.86% from 255) = 22.36%
BLUE value IS 254 (99.61% from 255) = 40%
R=37.64%
G=22.36%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391422540.060.4400.00291.9698.2577.65
HexEF8EFE62C00124624e
Octal35721637665400444142116
Binary1110111110001110111111101101011000010010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EFE; }

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

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

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

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

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

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

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

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