#E276EB

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

Shades of Violet #E276EB

Tints of Violet #E276EB

Color information

#E276EB (or 0xE276EB) is unknown color: approx Violet. HEX triplet: E2, 76 and EB. RGB value is (226,118,235). Sum of RGB (Red+Green+Blue) = 226+118+235=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #E276EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E276EB is #1D8914. Grayscale: #A3A3A3. Windows color (decimal): -1935637 or 15431394. OLE color: 15431394.

HSL color Cylindrical-coordinate representation of color #E276EB: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E276EB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226118235-
CMYK0.040.5000.08
HSL295.38º74.52%69.22%-
HSV(B)295.38º49.79%92.16%-
XYZ52.8435.1282.59-
YUV163.63168.28172.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=39.03%
G=20.38%
B=40.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261182350.040.5000.08295.3874.5269.22
HexE276EB432081274b45
Octal342166353462010447113105
Binary111000101110110111010111001100100100010010011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276EB; }

 p { color: rgb(226,118,235); }

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

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

 a { background-color: rgb(226,118,235); }

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

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

 span { border-color: rgb(226,118,235); }

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