#EF6AEA

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

Shades of Violet #EF6AEA

Tints of Violet #EF6AEA

Color information

#EF6AEA (or 0xEF6AEA) is unknown color: approx Violet. HEX triplet: EF, 6A and EA. RGB value is (239,106,234). Sum of RGB (Red+Green+Blue) = 239+106+234=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AEA is #109515. Grayscale: #9F9F9F. Windows color (decimal): -1086742 or 15362799. OLE color: 15362799.

HSL color Cylindrical-coordinate representation of color #EF6AEA: hue angle of 302.26º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AEA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239106234-
CMYK00.560.020.06
HSL302.26º80.61%67.65%-
HSV(B)302.26º55.65%93.73%-
XYZ55.634.681.59-
YUV160.36169.56184.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 106 (41.80% from 255) = 18.31%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=41.28%
G=18.31%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910623400.560.020.06302.2680.6167.65
HexEF6AEA0382612e5144
Octal35715235207026456121104
Binary1110111111010101110101001110001011010010111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AEA; }

 p { color: rgb(239,106,234); }

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

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

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

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

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

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

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