#EF7AFC

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

Shades of Violet #EF7AFC

Tints of Violet #EF7AFC

Color information

#EF7AFC (or 0xEF7AFC) is unknown color: approx Violet. HEX triplet: EF, 7A and FC. RGB value is (239,122,252). Sum of RGB (Red+Green+Blue) = 239+122+252=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AFC is #108503. Grayscale: #ABABAB. Windows color (decimal): -1082628 or 16546543. OLE color: 16546543.

HSL color Cylindrical-coordinate representation of color #EF7AFC: hue angle of 294º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7AFC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239122252-
CMYK0.050.5200.01
HSL294º95.59%73.33%-
HSV(B)294º51.59%98.82%-
XYZ60.1339.396.51-
YUV171.8173.26175.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 122 (48.05% from 255) = 19.90%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=38.99%
G=19.90%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391222520.050.5200.0129495.5973.33
HexEF7AFC534011266049
Octal35717237456401446140111
Binary111011111111010111111001011101000110010011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AFC; }

 p { color: rgb(239,122,252); }

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

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

 a { background-color: rgb(239,122,252); }

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

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

 span { border-color: rgb(239,122,252); }

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