#EF7DFE

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

Shades of Violet #EF7DFE

Tints of Violet #EF7DFE

Color information

#EF7DFE (or 0xEF7DFE) is unknown color: approx Violet. HEX triplet: EF, 7D and FE. RGB value is (239,125,254). Sum of RGB (Red+Green+Blue) = 239+125+254=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DFE is #108201. Grayscale: #ADADAD. Windows color (decimal): -1081858 or 16678383. OLE color: 16678383.

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

Color convert

RGB239125254-
CMYK0.060.5100.00
HSL293.02º98.47%74.31%-
HSV(B)293.02º50.79%99.61%-
XYZ60.8240.1798.31-
YUV173.79173.27174.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 125 (49.22% from 255) = 20.23%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=38.67%
G=20.23%
B=41.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391252540.060.5100.00293.0298.4774.31
HexEF7DFE63300125624a
Octal35717537666300445142112
Binary111011111111101111111101101100110010010010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DFE; }

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

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

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

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

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

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

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

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