#E274ED

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

Shades of Violet #E274ED

Tints of Violet #E274ED

Color information

#E274ED (or 0xE274ED) is unknown color: approx Violet. HEX triplet: E2, 74 and ED. RGB value is (226,116,237). Sum of RGB (Red+Green+Blue) = 226+116+237=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274ED is #1D8B12. Grayscale: #A2A2A2. Windows color (decimal): -1936147 or 15561954. OLE color: 15561954.

HSL color Cylindrical-coordinate representation of color #E274ED: hue angle of 294.55º degrees, saturation: 0.77, 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 #E274ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226116237-
CMYK0.050.5100.07
HSL294.55º77.07%69.22%-
HSV(B)294.55º51.05%92.94%-
XYZ52.934.7784.04-
YUV162.68169.94173.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 116 (45.70% from 255) = 20.03%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=39.03%
G=20.03%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261162370.050.5100.07294.5577.0769.22
HexE274ED533071274d45
Octal34216435556307447115105
Binary11100010111010011101101101110011011110010011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274ED; }

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

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

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

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

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

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

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

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