#EF91ED

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

Shades of Violet #EF91ED

Tints of Violet #EF91ED

Color information

#EF91ED (or 0xEF91ED) is unknown color: approx Violet. HEX triplet: EF, 91 and ED. RGB value is (239,145,237). Sum of RGB (Red+Green+Blue) = 239+145+237=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 145 (57.03% from 255 or 23.35% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91ED is #106E12. Grayscale: #B7B7B7. Windows color (decimal): -1076755 or 15569391. OLE color: 15569391.

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

Color convert

RGB239145237-
CMYK00.390.010.06
HSL301.28º74.6%75.29%-
HSV(B)301.28º39.33%93.73%-
XYZ61.0144.7285.54-
YUV183.59158.14167.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 145 (57.03% from 255) = 23.35%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=38.49%
G=23.35%
B=38.16%

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
Decimal23914523700.390.010.06301.2874.675.29
HexEF91ED0271612d4b4b
Octal35722135504716455113113
Binary1110111110010001111011010100111111010010110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91ED; }

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

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

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

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

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

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

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

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