#E181E1

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

Shades of Violet #E181E1

Tints of Violet #E181E1

Color information

#E181E1 (or 0xE181E1) is unknown color: approx Violet. HEX triplet: E1, 81 and E1. RGB value is (225,129,225). Sum of RGB (Red+Green+Blue) = 225+129+225=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E181E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181E1 is #1E7E1E. Grayscale: #A8A8A8. Windows color (decimal): -1998367 or 14778849. OLE color: 14778849.

HSL color Cylindrical-coordinate representation of color #E181E1: hue angle of 300º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181E1 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225129225-
CMYK00.4300.12
HSL300º61.54%69.41%-
HSV(B)300º42.67%88.24%-
XYZ52.4937.1475.64-
YUV168.65159.8168.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=38.86%
G=22.28%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512922500.4300.1230061.5469.41
HexE181E102B0C12c3e45
Octal34120134105301445476105
Binary1110000110000001111000010101011011001001011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181E1; }

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

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

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

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

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

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

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

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