#e277ef

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

Shades of Violet #E277EF

Tints of Violet #E277EF

Color information

#E277EF (or 0xE277EF) is unknown color: approx Violet. HEX triplet: E2, 77 and EF. RGB value is (226,119,239). Sum of RGB (Red+Green+Blue) = 226+119+239=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #E277EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277EF is #1D8810. Grayscale: #A4A4A4. Windows color (decimal): -1935377 or 15693794. OLE color: 15693794.

HSL color Cylindrical-coordinate representation of color #E277EF: hue angle of 293.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E277EF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226119239-
CMYK0.050.5000.06
HSL293.5º78.95%70.2%-
HSV(B)293.5º50.21%93.73%-
XYZ53.5435.5985.71-
YUV164.67169.95171.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 119 (46.88% from 255) = 20.38%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=38.70%
G=20.38%
B=40.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261192390.050.5000.06293.578.9570.2
HexE277EF532061264f46
Octal34216735756206446117106
Binary11100010111011111101111101110010011010010011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e277ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e277ef; }

 p { color: rgb(226,119,239); }

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

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

 a { background-color: rgb(226,119,239); }

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

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

 span { border-color: rgb(226,119,239); }

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