#EF91EE

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

Shades of Violet #EF91EE

Tints of Violet #EF91EE

Color information

#EF91EE (or 0xEF91EE) is unknown color: approx Violet. HEX triplet: EF, 91 and EE. RGB value is (239,145,238). Sum of RGB (Red+Green+Blue) = 239+145+238=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91EE is #106E11. Grayscale: #B7B7B7. Windows color (decimal): -1076754 or 15634927. OLE color: 15634927.

HSL color Cylindrical-coordinate representation of color #EF91EE: hue angle of 300.64º degrees, saturation: 0.75, 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 #EF91EE is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239145238-
CMYK00.390.000.06
HSL300.64º74.6%75.29%-
HSV(B)300.64º39.33%93.73%-
XYZ61.1544.7786.31-
YUV183.71158.64167.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 145 (57.03% from 255) = 23.31%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=38.42%
G=23.31%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914523800.390.000.06300.6474.675.29
HexEF91EE0270612d4b4b
Octal35722135604706455113113
Binary1110111110010001111011100100111011010010110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91EE; }

 p { color: rgb(239,145,238); }

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

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

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

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

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

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

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