#EF85FE

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

Shades of Violet #EF85FE

Tints of Violet #EF85FE

Color information

#EF85FE (or 0xEF85FE) is unknown color: approx Violet. HEX triplet: EF, 85 and FE. RGB value is (239,133,254). Sum of RGB (Red+Green+Blue) = 239+133+254=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85FE is #107A01. Grayscale: #B2B2B2. Windows color (decimal): -1079810 or 16680431. OLE color: 16680431.

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

Color convert

RGB239133254-
CMYK0.060.4800.00
HSL292.56º98.37%75.88%-
HSV(B)292.56º47.64%99.61%-
XYZ61.8742.2898.67-
YUV178.49170.62171.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 133 (52.34% from 255) = 21.25%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=38.18%
G=21.25%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391332540.060.4800.00292.5698.3775.88
HexEF85FE63000125624c
Octal35720537666000445142114
Binary1110111110000101111111101101100000010010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85FE; }

 p { color: rgb(239,133,254); }

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

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

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

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

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

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

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