#EF7EF7

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

Shades of Violet #EF7EF7

Tints of Violet #EF7EF7

Color information

#EF7EF7 (or 0xEF7EF7) is unknown color: approx Violet. HEX triplet: EF, 7E and F7. RGB value is (239,126,247). Sum of RGB (Red+Green+Blue) = 239+126+247=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF7EF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EF7 is #108108. Grayscale: #ADADAD. Windows color (decimal): -1081609 or 16219887. OLE color: 16219887.

HSL color Cylindrical-coordinate representation of color #EF7EF7: hue angle of 296.03º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7EF7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239126247-
CMYK0.030.4900.03
HSL296.03º88.32%73.14%-
HSV(B)296.03º48.99%96.86%-
XYZ59.8539.9992.56-
YUV173.58169.44174.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 126 (49.61% from 255) = 20.59%
BLUE value IS 247 (96.88% from 255) = 40.36%
R=39.05%
G=20.59%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391262470.030.4900.03296.0388.3273.14
HexEF7EF7331031285849
Octal35717636736103450130111
Binary111011111111110111101111111000101110010100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EF7; }

 p { color: rgb(239,126,247); }

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

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

 a { background-color: rgb(239,126,247); }

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

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

 span { border-color: rgb(239,126,247); }

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