#EF8EFB

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

Shades of Violet #EF8EFB

Tints of Violet #EF8EFB

Color information

#EF8EFB (or 0xEF8EFB) is unknown color: approx Violet. HEX triplet: EF, 8E and FB. RGB value is (239,142,251). Sum of RGB (Red+Green+Blue) = 239+142+251=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 142 (55.86% from 255 or 22.47% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFB is #107104. Grayscale: #B7B7B7. Windows color (decimal): -1077509 or 16486127. OLE color: 16486127.

HSL color Cylindrical-coordinate representation of color #EF8EFB: hue angle of 293.39º degrees, saturation: 0.93, 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 #EF8EFB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239142251-
CMYK0.050.4300.02
HSL293.39º93.16%77.06%-
HSV(B)293.39º43.43%98.43%-
XYZ62.6844.6696.58-
YUV183.43166.14167.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 142 (55.86% from 255) = 22.47%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=37.82%
G=22.47%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391422510.050.4300.02293.3993.1677.06
HexEF8EFB52B021255d4d
Octal35721637355302445135115
Binary11101111100011101111101110110101101010010010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EFB; }

 p { color: rgb(239,142,251); }

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

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

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

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

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

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

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