#EF70EC

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

Shades of Violet #EF70EC

Tints of Violet #EF70EC

Color information

#EF70EC (or 0xEF70EC) is unknown color: approx Violet. HEX triplet: EF, 70 and EC. RGB value is (239,112,236). Sum of RGB (Red+Green+Blue) = 239+112+236=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70EC is #108F13. Grayscale: #A3A3A3. Windows color (decimal): -1085204 or 15495407. OLE color: 15495407.

HSL color Cylindrical-coordinate representation of color #EF70EC: hue angle of 301.42º 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 #EF70EC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239112236-
CMYK00.530.010.06
HSL301.42º79.87%68.82%-
HSV(B)301.42º53.14%93.73%-
XYZ56.533683.33-
YUV164.11168.58181.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 112 (44.14% from 255) = 19.08%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=40.72%
G=19.08%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911223600.530.010.06301.4279.8768.82
HexEF70EC0351612d5045
Octal35716035406516455120105
Binary111011111110000111011000110101111010010110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF70EC; }

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

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

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

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

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

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

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

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