#e285eb

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

Shades of Violet #E285EB

Tints of Violet #E285EB

Color information

#E285EB (or 0xE285EB) is unknown color: approx Violet. HEX triplet: E2, 85 and EB. RGB value is (226,133,235). Sum of RGB (Red+Green+Blue) = 226+133+235=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #E285EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285EB is #1D7A14. Grayscale: #ACACAC. Windows color (decimal): -1931797 or 15435234. OLE color: 15435234.

HSL color Cylindrical-coordinate representation of color #E285EB: hue angle of 294.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E285EB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226133235-
CMYK0.040.4300.08
HSL294.71º71.83%72.16%-
HSV(B)294.71º43.4%92.16%-
XYZ54.7538.9483.23-
YUV172.43163.31166.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=38.05%
G=22.39%
B=39.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261332350.040.4300.08294.7171.8372.16
HexE285EB42B081274848
Octal342205353453010447110110
Binary1110001010000101111010111001010110100010010011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e285eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e285eb; }

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

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

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

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

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

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

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

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