#E385EE

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

Shades of Violet #E385EE

Tints of Violet #E385EE

Color information

#E385EE (or 0xE385EE) is unknown color: approx Violet. HEX triplet: E3, 85 and EE. RGB value is (227,133,238). Sum of RGB (Red+Green+Blue) = 227+133+238=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #E385EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385EE is #1C7A11. Grayscale: #ACACAC. Windows color (decimal): -1866258 or 15631843. OLE color: 15631843.

HSL color Cylindrical-coordinate representation of color #E385EE: hue angle of 293.71º 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 #E385EE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227133238-
CMYK0.050.4400.07
HSL293.71º75.54%72.75%-
HSV(B)293.71º44.12%93.33%-
XYZ55.539.2885.55-
YUV173.08164.64166.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=37.96%
G=22.24%
B=39.80%

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
Decimal2271332380.050.4400.07293.7175.5472.75
HexE385EE52C071264c49
Octal34320535655407446114111
Binary111000111000010111101110101101100011110010011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385EE; }

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

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

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

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

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

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

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

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