#EF90EF

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

Shades of Violet #EF90EF

Tints of Violet #EF90EF

Color information

#EF90EF (or 0xEF90EF) is unknown color: approx Violet. HEX triplet: EF, 90 and EF. RGB value is (239,144,239). Sum of RGB (Red+Green+Blue) = 239+144+239=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EF is #106F10. Grayscale: #B6B6B6. Windows color (decimal): -1077009 or 15700207. OLE color: 15700207.

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

Color convert

RGB239144239-
CMYK00.4000.06
HSL300º74.8%75.1%-
HSV(B)300º39.75%93.73%-
XYZ61.1544.5387.03-
YUV183.24159.47167.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 144 (56.64% from 255) = 23.15%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=38.42%
G=23.15%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914423900.4000.0630074.875.1
HexEF90EF0280612c4b4b
Octal35722035705006454113113
Binary1110111110010000111011110101000011010010110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90EF; }

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

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

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

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

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

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

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

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