#E285DE

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

Shades of Violet #E285DE

Tints of Violet #E285DE

Color information

#E285DE (or 0xE285DE) is unknown color: approx Violet. HEX triplet: E2, 85 and DE. RGB value is (226,133,222). Sum of RGB (Red+Green+Blue) = 226+133+222=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E285DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285DE is #1D7A21. Grayscale: #AAAAAA. Windows color (decimal): -1931810 or 14583266. OLE color: 14583266.

HSL color Cylindrical-coordinate representation of color #E285DE: hue angle of 302.58º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285DE is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226133222-
CMYK00.410.020.11
HSL302.58º61.59%70.39%-
HSV(B)302.58º41.15%88.63%-
XYZ52.9438.2273.69-
YUV170.95156.81167.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=38.90%
G=22.89%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613322200.410.020.11302.5861.5970.39
HexE285DE0292B12f3e46
Octal34220533605121345776106
Binary11100010100001011101111001010011010111001011111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285DE; }

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

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

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

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

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

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

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

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