#E181ED

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

Shades of Violet #E181ED

Tints of Violet #E181ED

Color information

#E181ED (or 0xE181ED) is unknown color: approx Violet. HEX triplet: E1, 81 and ED. RGB value is (225,129,237). Sum of RGB (Red+Green+Blue) = 225+129+237=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #E181ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E181ED is #1E7E12. Grayscale: #A9A9A9. Windows color (decimal): -1998355 or 15565281. OLE color: 15565281.

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

Color convert

RGB225129237-
CMYK0.050.4600.07
HSL293.33º75%71.76%-
HSV(B)293.33º45.57%92.94%-
XYZ54.1937.8284.57-
YUV170.02165.8167.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 21.83%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=38.07%
G=21.83%
B=40.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251292370.050.4600.07293.337571.76
HexE181ED52E071254b48
Octal34120135555607445113110
Binary111000011000000111101101101101110011110010010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181ED; }

 p { color: rgb(225,129,237); }

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

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

 a { background-color: rgb(225,129,237); }

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

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

 span { border-color: rgb(225,129,237); }

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