#E078E6

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

Shades of Violet #E078E6

Tints of Violet #E078E6

Color information

#E078E6 (or 0xE078E6) is unknown color: approx Violet. HEX triplet: E0, 78 and E6. RGB value is (224,120,230). Sum of RGB (Red+Green+Blue) = 224+120+230=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #E078E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078E6 is #1F8719. Grayscale: #A3A3A3. Windows color (decimal): -2066202 or 15104224. OLE color: 15104224.

HSL color Cylindrical-coordinate representation of color #E078E6: hue angle of 296.73º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E078E6 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224120230-
CMYK0.030.4800.10
HSL296.73º68.75%68.63%-
HSV(B)296.73º47.83%90.2%-
XYZ51.7434.9978.89-
YUV163.64165.46171.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 120 (47.27% from 255) = 20.91%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=39.02%
G=20.91%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241202300.030.4800.10296.7368.7568.63
HexE078E63300A1294545
Octal340170346360012451105105
Binary11100000111100011100110111100000101010010100110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E078E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E078E6; }

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

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

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

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

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

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

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

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