#EF8EFF

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

Shades of Violet #EF8EFF

Tints of Violet #EF8EFF

Color information

#EF8EFF (or 0xEF8EFF) is unknown color: approx Violet. HEX triplet: EF, 8E and FF. RGB value is (239,142,255). Sum of RGB (Red+Green+Blue) = 239+142+255=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 142 (55.86% from 255 or 22.33% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFF is #107100. Grayscale: #B7B7B7. Windows color (decimal): -1077505 or 16748271. OLE color: 16748271.

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

Color convert

RGB239142255-
CMYK0.060.4400
HSL291.5º100%77.84%-
HSV(B)291.5º44.31%100%-
XYZ63.3244.9299.94-
YUV183.88168.14167.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 142 (55.86% from 255) = 22.33%
BLUE value IS 255 (100% from 255) = 40.09%
R=37.58%
G=22.33%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391422550.060.4400291.510077.84
HexEF8EFF62C00124644e
Octal35721637765400444144116
Binary1110111110001110111111111101011000010010010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EFF; }

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

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

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

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

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

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

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

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