#EF90EC

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

Shades of Violet #EF90EC

Tints of Violet #EF90EC

Color information

#EF90EC (or 0xEF90EC) is unknown color: approx Violet. HEX triplet: EF, 90 and EC. RGB value is (239,144,236). Sum of RGB (Red+Green+Blue) = 239+144+236=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EC is #106F13. Grayscale: #B6B6B6. Windows color (decimal): -1077012 or 15503599. OLE color: 15503599.

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

Color convert

RGB239144236-
CMYK00.400.010.06
HSL301.89º74.8%75.1%-
HSV(B)301.89º39.75%93.73%-
XYZ60.7144.3584.72-
YUV182.89157.97168.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 144 (56.64% from 255) = 23.26%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=38.61%
G=23.26%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914423600.400.010.06301.8974.875.1
HexEF90EC0281612e4b4b
Octal35722035405016456113113
Binary1110111110010000111011000101000111010010111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90EC; }

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

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

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

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

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

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

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

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