#E274EC

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

Shades of Violet #E274EC

Tints of Violet #E274EC

Color information

#E274EC (or 0xE274EC) is unknown color: approx Violet. HEX triplet: E2, 74 and EC. RGB value is (226,116,236). Sum of RGB (Red+Green+Blue) = 226+116+236=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #E274EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274EC is #1D8B13. Grayscale: #A2A2A2. Windows color (decimal): -1936148 or 15496418. OLE color: 15496418.

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

Color convert

RGB226116236-
CMYK0.040.5100.07
HSL295º75.95%69.02%-
HSV(B)295º50.85%92.55%-
XYZ52.7534.7283.28-
YUV162.57169.44173.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 116 (45.70% from 255) = 20.07%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=39.10%
G=20.07%
B=40.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261162360.040.5100.0729575.9569.02
HexE274EC433071274c45
Octal34216435446307447114105
Binary11100010111010011101100100110011011110010011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274EC; }

 p { color: rgb(226,116,236); }

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

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

 a { background-color: rgb(226,116,236); }

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

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

 span { border-color: rgb(226,116,236); }

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