#EF71EE

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

Shades of Violet #EF71EE

Tints of Violet #EF71EE

Color information

#EF71EE (or 0xEF71EE) is unknown color: approx Violet. HEX triplet: EF, 71 and EE. RGB value is (239,113,238). Sum of RGB (Red+Green+Blue) = 239+113+238=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71EE is #108E11. Grayscale: #A4A4A4. Windows color (decimal): -1084946 or 15626735. OLE color: 15626735.

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

Color convert

RGB239113238-
CMYK00.530.000.06
HSL300.48º79.75%69.02%-
HSV(B)300.48º52.72%93.73%-
XYZ56.9336.3384.9-
YUV164.92169.24180.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 113 (44.53% from 255) = 19.15%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=40.51%
G=19.15%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911323800.530.000.06300.4879.7569.02
HexEF71EE0350612c5045
Octal35716135606506454120105
Binary111011111110001111011100110101011010010110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF71EE; }

 p { color: rgb(239,113,238); }

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

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

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

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

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

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

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