#ef7aef

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

Shades of Violet #EF7AEF

Tints of Violet #EF7AEF

Color information

#EF7AEF (or 0xEF7AEF) is unknown color: approx Violet. HEX triplet: EF, 7A and EF. RGB value is (239,122,239). Sum of RGB (Red+Green+Blue) = 239+122+239=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF7AEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AEF is #108510. Grayscale: #A9A9A9. Windows color (decimal): -1082641 or 15694575. OLE color: 15694575.

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

Color convert

RGB239122239-
CMYK00.4900.06
HSL300º78.52%70.78%-
HSV(B)300º48.95%93.73%-
XYZ58.1438.586.03-
YUV170.32166.76176.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 122 (48.05% from 255) = 20.33%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=39.83%
G=20.33%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912223900.4900.0630078.5270.78
HexEF7AEF0310612c4f47
Octal35717235706106454117107
Binary111011111111010111011110110001011010010110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7aef; }

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

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

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

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

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

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

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

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