#E885EB

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

Shades of Violet #E885EB

Tints of Violet #E885EB

Color information

#E885EB (or 0xE885EB) is unknown color: approx Violet. HEX triplet: E8, 85 and EB. RGB value is (232,133,235). Sum of RGB (Red+Green+Blue) = 232+133+235=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #E885EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885EB is #177A14. Grayscale: #ADADAD. Windows color (decimal): -1538581 or 15435240. OLE color: 15435240.

HSL color Cylindrical-coordinate representation of color #E885EB: hue angle of 298.24º 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 #E885EB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232133235-
CMYK0.010.4300.08
HSL298.24º71.83%72.16%-
HSV(B)298.24º43.4%92.16%-
XYZ56.6639.9383.32-
YUV174.23162.3169.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 133 (52.34% from 255) = 22.17%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=38.67%
G=22.17%
B=39.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321332350.010.4300.08298.2471.8372.16
HexE885EB12B0812a4848
Octal350205353153010452110110
Binary11101000100001011110101111010110100010010101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885EB; }

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

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

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

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

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

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

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

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