#EF90FC

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

Shades of Violet #EF90FC

Tints of Violet #EF90FC

Color information

#EF90FC (or 0xEF90FC) is unknown color: approx Violet. HEX triplet: EF, 90 and FC. RGB value is (239,144,252). Sum of RGB (Red+Green+Blue) = 239+144+252=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90FC is #106F03. Grayscale: #B8B8B8. Windows color (decimal): -1076996 or 16552175. OLE color: 16552175.

HSL color Cylindrical-coordinate representation of color #EF90FC: hue angle of 292.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF90FC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239144252-
CMYK0.050.4300.01
HSL292.78º94.74%77.65%-
HSV(B)292.78º42.86%98.82%-
XYZ63.1445.3397.52-
YUV184.72165.97166.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 144 (56.64% from 255) = 22.68%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=37.64%
G=22.68%
B=39.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391442520.050.4300.01292.7894.7477.65
HexEF90FC52B011255f4e
Octal35722037455301445137116
Binary1110111110010000111111001011010110110010010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90FC; }

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

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

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

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

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

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

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

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