#EF78EE

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

Shades of Violet #EF78EE

Tints of Violet #EF78EE

Color information

#EF78EE (or 0xEF78EE) is unknown color: approx Violet. HEX triplet: EF, 78 and EE. RGB value is (239,120,238). Sum of RGB (Red+Green+Blue) = 239+120+238=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF78EE is #108711. Grayscale: #A8A8A8. Windows color (decimal): -1083154 or 15628527. OLE color: 15628527.

HSL color Cylindrical-coordinate representation of color #EF78EE: hue angle of 300.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78EE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239120238-
CMYK00.500.000.06
HSL300.5º78.81%70.39%-
HSV(B)300.5º49.79%93.73%-
XYZ57.7537.9685.17-
YUV169.03166.92177.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 120 (47.27% from 255) = 20.10%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=40.03%
G=20.10%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912023800.500.000.06300.578.8170.39
HexEF78EE0320612d4f46
Octal35717035606206455117106
Binary111011111111000111011100110010011010010110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78EE; }

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

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

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

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

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

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

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

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