#EF92EC

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

Shades of Violet #EF92EC

Tints of Violet #EF92EC

Color information

#EF92EC (or 0xEF92EC) is unknown color: approx Violet. HEX triplet: EF, 92 and EC. RGB value is (239,146,236). Sum of RGB (Red+Green+Blue) = 239+146+236=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92EC is #106D13. Grayscale: #B7B7B7. Windows color (decimal): -1076500 or 15504111. OLE color: 15504111.

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

Color convert

RGB239146236-
CMYK00.390.010.06
HSL301.94º74.4%75.49%-
HSV(B)301.94º38.91%93.73%-
XYZ61.0244.9684.82-
YUV184.07157.31167.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 146 (57.42% from 255) = 23.51%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=38.49%
G=23.51%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914623600.390.010.06301.9474.475.49
HexEF92EC0271612e4a4b
Octal35722235404716456112113
Binary1110111110010010111011000100111111010010111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92EC; }

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

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

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

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

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

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

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

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