#E182EC

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

Shades of Violet #E182EC

Tints of Violet #E182EC

Color information

#E182EC (or 0xE182EC) is unknown color: approx Violet. HEX triplet: E1, 82 and EC. RGB value is (225,130,236). Sum of RGB (Red+Green+Blue) = 225+130+236=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E182EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182EC is #1E7D13. Grayscale: #AAAAAA. Windows color (decimal): -1998100 or 15500001. OLE color: 15500001.

HSL color Cylindrical-coordinate representation of color #E182EC: hue angle of 293.77º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E182EC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225130236-
CMYK0.050.4500.07
HSL293.77º73.61%71.76%-
HSV(B)293.77º44.92%92.55%-
XYZ54.1738.0383.84-
YUV170.49164.97166.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 130 (51.17% from 255) = 22.00%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=38.07%
G=22.00%
B=39.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251302360.050.4500.07293.7773.6171.76
HexE182EC52D071264a48
Octal34120235455507446112110
Binary111000011000001011101100101101101011110010011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182EC; }

 p { color: rgb(225,130,236); }

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

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

 a { background-color: rgb(225,130,236); }

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

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

 span { border-color: rgb(225,130,236); }

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