#E185DE

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

Shades of Violet #E185DE

Tints of Violet #E185DE

Color information

#E185DE (or 0xE185DE) is unknown color: approx Violet. HEX triplet: E1, 85 and DE. RGB value is (225,133,222). Sum of RGB (Red+Green+Blue) = 225+133+222=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DE is #1E7A21. Grayscale: #AAAAAA. Windows color (decimal): -1997346 or 14583265. OLE color: 14583265.

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

Color convert

RGB225133222-
CMYK00.410.010.12
HSL301.96º60.53%70.2%-
HSV(B)301.96º40.89%88.24%-
XYZ52.6238.0673.68-
YUV170.65156.98166.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=38.79%
G=22.93%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513322200.410.010.12301.9660.5370.2
HexE185DE0291C12e3d46
Octal34120533605111445675106
Binary1110000110000101110111100101001111001001011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185DE; }

 p { color: rgb(225,133,222); }

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

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

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

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

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

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

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