#E280EE

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

Shades of Violet #E280EE

Tints of Violet #E280EE

Color information

#E280EE (or 0xE280EE) is unknown color: approx Violet. HEX triplet: E2, 80 and EE. RGB value is (226,128,238). Sum of RGB (Red+Green+Blue) = 226+128+238=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #E280EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280EE is #1D7F11. Grayscale: #A9A9A9. Windows color (decimal): -1933074 or 15630562. OLE color: 15630562.

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

Color convert

RGB226128238-
CMYK0.050.4600.07
HSL293.45º76.39%71.76%-
HSV(B)293.45º46.22%93.33%-
XYZ54.5237.7885.31-
YUV169.84166.47168.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 128 (50.39% from 255) = 21.62%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=38.18%
G=21.62%
B=40.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261282380.050.4600.07293.4576.3971.76
HexE280EE52E071254c48
Octal34220035655607445114110
Binary111000101000000011101110101101110011110010010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280EE; }

 p { color: rgb(226,128,238); }

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

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

 a { background-color: rgb(226,128,238); }

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

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

 span { border-color: rgb(226,128,238); }

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