#ef96ef

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

Shades of Violet #EF96EF

Tints of Violet #EF96EF

Color information

#EF96EF (or 0xEF96EF) is unknown color: approx Violet. HEX triplet: EF, 96 and EF. RGB value is (239,150,239). Sum of RGB (Red+Green+Blue) = 239+150+239=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96EF is #106910. Grayscale: #BABABA. Windows color (decimal): -1075473 or 15701743. OLE color: 15701743.

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

Color convert

RGB239150239-
CMYK00.3700.06
HSL300º73.55%76.27%-
HSV(B)300º37.24%93.73%-
XYZ62.0846.487.34-
YUV186.76157.49165.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=38.06%
G=23.89%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915023900.3700.0630073.5576.27
HexEF96EF0250612c4a4c
Octal35722635704506454112114
Binary1110111110010110111011110100101011010010110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef96ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef96ef; }

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

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

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

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

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

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

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

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