#EF8FFA

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

Shades of Violet #EF8FFA

Tints of Violet #EF8FFA

Color information

#EF8FFA (or 0xEF8FFA) is unknown color: approx Violet. HEX triplet: EF, 8F and FA. RGB value is (239,143,250). Sum of RGB (Red+Green+Blue) = 239+143+250=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFA is #107005. Grayscale: #B7B7B7. Windows color (decimal): -1077254 or 16420847. OLE color: 16420847.

HSL color Cylindrical-coordinate representation of color #EF8FFA: hue angle of 293.83º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8FFA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239143250-
CMYK0.040.4300.02
HSL293.83º91.45%77.06%-
HSV(B)293.83º42.8%98.04%-
XYZ62.6744.995.81-
YUV183.9165.3167.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 143 (56.25% from 255) = 22.63%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=37.82%
G=22.63%
B=39.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391432500.040.4300.02293.8391.4577.06
HexEF8FFA42B021265b4d
Octal35721737245302446133115
Binary11101111100011111111101010010101101010010011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FFA; }

 p { color: rgb(239,143,250); }

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

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

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

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

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

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

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