#EF70EF

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

Shades of Violet #EF70EF

Tints of Violet #EF70EF

Color information

#EF70EF (or 0xEF70EF) is unknown color: approx Violet. HEX triplet: EF, 70 and EF. RGB value is (239,112,239). Sum of RGB (Red+Green+Blue) = 239+112+239=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70EF is #108F10. Grayscale: #A4A4A4. Windows color (decimal): -1085201 or 15692015. OLE color: 15692015.

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

Color convert

RGB239112239-
CMYK00.5300.06
HSL300º79.87%68.82%-
HSV(B)300º53.14%93.73%-
XYZ56.9736.1785.64-
YUV164.45170.08181.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 112 (44.14% from 255) = 18.98%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=40.51%
G=18.98%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911223900.5300.0630079.8768.82
HexEF70EF0350612c5045
Octal35716035706506454120105
Binary111011111110000111011110110101011010010110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF70EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF70EF; }

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

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

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

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

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

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

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

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