#EF99EC

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

Shades of Violet #EF99EC

Tints of Violet #EF99EC

Color information

#EF99EC (or 0xEF99EC) is unknown color: approx Violet. HEX triplet: EF, 99 and EC. RGB value is (239,153,236). Sum of RGB (Red+Green+Blue) = 239+153+236=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99EC is #106613. Grayscale: #BBBBBB. Windows color (decimal): -1074708 or 15505903. OLE color: 15505903.

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

Color convert

RGB239153236-
CMYK00.360.010.06
HSL302.09º72.88%76.86%-
HSV(B)302.09º35.98%93.73%-
XYZ62.1347.1985.19-
YUV188.18154.99164.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 153 (60.16% from 255) = 24.36%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=38.06%
G=24.36%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915323600.360.010.06302.0972.8876.86
HexEF99EC0241612e494d
Octal35723135404416456111115
Binary1110111110011001111011000100100111010010111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99EC; }

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

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

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

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

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

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

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

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