#E285EF

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

Shades of Violet #E285EF

Tints of Violet #E285EF

Color information

#E285EF (or 0xE285EF) is unknown color: approx Violet. HEX triplet: E2, 85 and EF. RGB value is (226,133,239). Sum of RGB (Red+Green+Blue) = 226+133+239=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #E285EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285EF is #1D7A10. Grayscale: #ACACAC. Windows color (decimal): -1931793 or 15697378. OLE color: 15697378.

HSL color Cylindrical-coordinate representation of color #E285EF: hue angle of 292.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E285EF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226133239-
CMYK0.050.4400.06
HSL292.64º76.81%72.94%-
HSV(B)292.64º44.35%93.73%-
XYZ55.3339.1886.31-
YUV172.89165.31165.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=37.79%
G=22.24%
B=39.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261332390.050.4400.06292.6476.8172.94
HexE285EF52C061254d49
Octal34220535755406445115111
Binary111000101000010111101111101101100011010010010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285EF; }

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

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

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

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

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

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

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

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