#E285EE

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

Shades of Violet #E285EE

Tints of Violet #E285EE

Color information

#E285EE (or 0xE285EE) is unknown color: approx Violet. HEX triplet: E2, 85 and EE. RGB value is (226,133,238). Sum of RGB (Red+Green+Blue) = 226+133+238=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #E285EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285EE is #1D7A11. Grayscale: #ACACAC. Windows color (decimal): -1931794 or 15631842. OLE color: 15631842.

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

Color convert

RGB226133238-
CMYK0.050.4400.07
HSL293.14º75.54%72.75%-
HSV(B)293.14º44.12%93.33%-
XYZ55.1839.1285.53-
YUV172.78164.81165.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=37.86%
G=22.28%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261332380.050.4400.07293.1475.5472.75
HexE285EE52C071254c49
Octal34220535655407445114111
Binary111000101000010111101110101101100011110010010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285EE; }

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

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

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

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

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

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

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

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