#e978eb

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

Shades of Violet #E978EB

Tints of Violet #E978EB

Color information

#E978EB (or 0xE978EB) is unknown color: approx Violet. HEX triplet: E9, 78 and EB. RGB value is (233,120,235). Sum of RGB (Red+Green+Blue) = 233+120+235=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #E978EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E978EB is #168714. Grayscale: #A6A6A6. Windows color (decimal): -1476373 or 15431913. OLE color: 15431913.

HSL color Cylindrical-coordinate representation of color #E978EB: hue angle of 298.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E978EB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233120235-
CMYK0.010.4900.08
HSL298.96º74.19%69.61%-
HSV(B)298.96º48.94%92.16%-
XYZ55.3236.7582.78-
YUV166.9166.44175.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 120 (47.27% from 255) = 20.41%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=39.63%
G=20.41%
B=39.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331202350.010.4900.08298.9674.1969.61
HexE978EB1310812b4a46
Octal351170353161010453112106
Binary1110100111110001110101111100010100010010101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e978eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e978eb; }

 p { color: rgb(233,120,235); }

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

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

 a { background-color: rgb(233,120,235); }

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

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

 span { border-color: rgb(233,120,235); }

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