#E885ED

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

Shades of Violet #E885ED

Tints of Violet #E885ED

Color information

#E885ED (or 0xE885ED) is unknown color: approx Violet. HEX triplet: E8, 85 and ED. RGB value is (232,133,237). Sum of RGB (Red+Green+Blue) = 232+133+237=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E885ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885ED is #177A12. Grayscale: #AEAEAE. Windows color (decimal): -1538579 or 15566312. OLE color: 15566312.

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

Color convert

RGB232133237-
CMYK0.020.4400.07
HSL297.12º74.29%72.55%-
HSV(B)297.12º43.88%92.94%-
XYZ56.9540.0584.85-
YUV174.46163.3169.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=38.54%
G=22.09%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321332370.020.4400.07297.1274.2972.55
HexE885ED22C071294a49
Octal35020535525407451112111
Binary11101000100001011110110110101100011110010100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885ED; }

 p { color: rgb(232,133,237); }

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

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

 a { background-color: rgb(232,133,237); }

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

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

 span { border-color: rgb(232,133,237); }

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