#EF90FF

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

Shades of Violet #EF90FF

Tints of Violet #EF90FF

Color information

#EF90FF (or 0xEF90FF) is unknown color: approx Violet. HEX triplet: EF, 90 and FF. RGB value is (239,144,255). Sum of RGB (Red+Green+Blue) = 239+144+255=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90FF is #106F00. Grayscale: #B8B8B8. Windows color (decimal): -1076993 or 16748783. OLE color: 16748783.

HSL color Cylindrical-coordinate representation of color #EF90FF: hue angle of 291.35º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF90FF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239144255-
CMYK0.060.4400
HSL291.35º100%78.24%-
HSV(B)291.35º43.53%100%-
XYZ63.6245.52100.04-
YUV185.06167.47166.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 144 (56.64% from 255) = 22.57%
BLUE value IS 255 (100% from 255) = 39.97%
R=37.46%
G=22.57%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391442550.060.4400291.3510078.24
HexEF90FF62C00123644e
Octal35722037765400443144116
Binary1110111110010000111111111101011000010010001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90FF; }

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

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

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

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

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

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

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

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