#EF85EF

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

Shades of Violet #EF85EF

Tints of Violet #EF85EF

Color information

#EF85EF (or 0xEF85EF) is unknown color: approx Violet. HEX triplet: EF, 85 and EF. RGB value is (239,133,239). Sum of RGB (Red+Green+Blue) = 239+133+239=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85EF is #107A10. Grayscale: #B0B0B0. Windows color (decimal): -1079825 or 15697391. OLE color: 15697391.

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

Color convert

RGB239133239-
CMYK00.4400.06
HSL300º76.81%72.94%-
HSV(B)300º44.35%93.73%-
XYZ59.5641.3686.5-
YUV176.78163.12172.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 21.77%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=39.12%
G=21.77%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913323900.4400.0630076.8172.94
HexEF85EF02C0612c4d49
Octal35720535705406454115111
Binary1110111110000101111011110101100011010010110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85EF; }

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

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

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

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

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

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

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

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