#E078EC

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

Shades of Violet #E078EC

Tints of Violet #E078EC

Color information

#E078EC (or 0xE078EC) is unknown color: approx Violet. HEX triplet: E0, 78 and EC. RGB value is (224,120,236). Sum of RGB (Red+Green+Blue) = 224+120+236=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #E078EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078EC is #1F8713. Grayscale: #A3A3A3. Windows color (decimal): -2066196 or 15497440. OLE color: 15497440.

HSL color Cylindrical-coordinate representation of color #E078EC: hue angle of 293.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E078EC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224120236-
CMYK0.050.4900.07
HSL293.79º75.32%69.8%-
HSV(B)293.79º49.15%92.55%-
XYZ52.635.3483.41-
YUV164.32168.46170.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 120 (47.27% from 255) = 20.69%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=38.62%
G=20.69%
B=40.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241202360.050.4900.07293.7975.3269.8
HexE078EC531071264b46
Octal34017035456107446113106
Binary11100000111100011101100101110001011110010011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E078EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E078EC; }

 p { color: rgb(224,120,236); }

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

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

 a { background-color: rgb(224,120,236); }

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

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

 span { border-color: rgb(224,120,236); }

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