#E280EA

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

Shades of Violet #E280EA

Tints of Violet #E280EA

Color information

#E280EA (or 0xE280EA) is unknown color: approx Violet. HEX triplet: E2, 80 and EA. RGB value is (226,128,234). Sum of RGB (Red+Green+Blue) = 226+128+234=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #E280EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280EA is #1D7F15. Grayscale: #A9A9A9. Windows color (decimal): -1933078 or 15368418. OLE color: 15368418.

HSL color Cylindrical-coordinate representation of color #E280EA: hue angle of 295.47º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E280EA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226128234-
CMYK0.030.4500.08
HSL295.47º71.62%70.98%-
HSV(B)295.47º45.3%91.76%-
XYZ53.9337.5582.25-
YUV169.39164.47168.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 128 (50.39% from 255) = 21.77%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=38.44%
G=21.77%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261282340.030.4500.08295.4771.6270.98
HexE280EA32D081274847
Octal342200352355010447110107
Binary111000101000000011101010111011010100010010011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280EA; }

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

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

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

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

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

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

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

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