#E181DF

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

Shades of Violet #E181DF

Tints of Violet #E181DF

Color information

#E181DF (or 0xE181DF) is unknown color: approx Violet. HEX triplet: E1, 81 and DF. RGB value is (225,129,223). Sum of RGB (Red+Green+Blue) = 225+129+223=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E181DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181DF is #1E7E20. Grayscale: #A8A8A8. Windows color (decimal): -1998369 or 14647777. OLE color: 14647777.

HSL color Cylindrical-coordinate representation of color #E181DF: hue angle of 301.25º 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 #E181DF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225129223-
CMYK00.430.010.12
HSL301.25º61.54%69.41%-
HSV(B)301.25º42.67%88.24%-
XYZ52.2237.0474.21-
YUV168.42158.8168.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=38.99%
G=22.36%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512922300.430.010.12301.2561.5469.41
HexE181DF02B1C12d3e45
Octal34120133705311445576105
Binary1110000110000001110111110101011111001001011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181DF; }

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

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

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

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

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

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

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

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