#EF95EC

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

Shades of Violet #EF95EC

Tints of Violet #EF95EC

Color information

#EF95EC (or 0xEF95EC) is unknown color: approx Violet. HEX triplet: EF, 95 and EC. RGB value is (239,149,236). Sum of RGB (Red+Green+Blue) = 239+149+236=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF95EC is #106A13. Grayscale: #B9B9B9. Windows color (decimal): -1075732 or 15504879. OLE color: 15504879.

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

Color convert

RGB239149236-
CMYK00.380.010.06
HSL302º73.77%76.08%-
HSV(B)302º37.66%93.73%-
XYZ61.4845.984.98-
YUV185.83156.32165.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=38.30%
G=23.88%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914923600.380.010.0630273.7776.08
HexEF95EC0261612e4a4c
Octal35722535404616456112114
Binary1110111110010101111011000100110111010010111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95EC; }

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

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

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

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

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

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

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

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