#E182DF

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

Shades of Violet #E182DF

Tints of Violet #E182DF

Color information

#E182DF (or 0xE182DF) is unknown color: approx Violet. HEX triplet: E1, 82 and DF. RGB value is (225,130,223). Sum of RGB (Red+Green+Blue) = 225+130+223=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DF is #1E7D20. Grayscale: #A8A8A8. Windows color (decimal): -1998113 or 14648033. OLE color: 14648033.

HSL color Cylindrical-coordinate representation of color #E182DF: hue angle of 301.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182DF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225130223-
CMYK00.420.010.12
HSL301.26º61.29%69.61%-
HSV(B)301.26º42.22%88.24%-
XYZ52.3537.374.25-
YUV169.01158.47167.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=38.93%
G=22.49%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513022300.420.010.12301.2661.2969.61
HexE182DF02A1C12d3d46
Octal34120233705211445575106
Binary1110000110000010110111110101010111001001011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182DF; }

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

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

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

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

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

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

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

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