#E085EB

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

Shades of Violet #E085EB

Tints of Violet #E085EB

Color information

#E085EB (or 0xE085EB) is unknown color: approx Violet. HEX triplet: E0, 85 and EB. RGB value is (224,133,235). Sum of RGB (Red+Green+Blue) = 224+133+235=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #E085EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085EB is #1F7A14. Grayscale: #ABABAB. Windows color (decimal): -2062869 or 15435232. OLE color: 15435232.

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

Color convert

RGB224133235-
CMYK0.050.4300.08
HSL293.53º71.83%72.16%-
HSV(B)293.53º43.4%92.16%-
XYZ54.1238.6283.2-
YUV171.84163.65165.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=37.84%
G=22.47%
B=39.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241332350.050.4300.08293.5371.8372.16
HexE085EB52B081264848
Octal340205353553010446110110
Binary1110000010000101111010111011010110100010010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085EB; }

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

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

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

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

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

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

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

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