#EF97EC

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

Shades of Violet #EF97EC

Tints of Violet #EF97EC

Color information

#EF97EC (or 0xEF97EC) is unknown color: approx Violet. HEX triplet: EF, 97 and EC. RGB value is (239,151,236). Sum of RGB (Red+Green+Blue) = 239+151+236=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF97EC is #106813. Grayscale: #BABABA. Windows color (decimal): -1075220 or 15505391. OLE color: 15505391.

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

Color convert

RGB239151236-
CMYK00.370.010.06
HSL302.05º73.33%76.47%-
HSV(B)302.05º36.82%93.73%-
XYZ61.846.5485.08-
YUV187155.65165.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 151 (59.38% from 255) = 24.12%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=38.18%
G=24.12%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915123600.370.010.06302.0573.3376.47
HexEF97EC0251612e494c
Octal35722735404516456111114
Binary1110111110010111111011000100101111010010111010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97EC; }

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

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

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

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

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

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

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

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