#E085EC

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

Shades of Violet #E085EC

Tints of Violet #E085EC

Color information

#E085EC (or 0xE085EC) is unknown color: approx Violet. HEX triplet: E0, 85 and EC. RGB value is (224,133,236). Sum of RGB (Red+Green+Blue) = 224+133+236=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E085EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085EC is #1F7A13. Grayscale: #ABABAB. Windows color (decimal): -2062868 or 15500768. OLE color: 15500768.

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

Color convert

RGB224133236-
CMYK0.050.4400.07
HSL293.01º73.05%72.35%-
HSV(B)293.01º43.64%92.55%-
XYZ54.2738.6883.96-
YUV171.95164.15165.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=37.77%
G=22.43%
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
Decimal2241332360.050.4400.07293.0173.0572.35
HexE085EC52C071254948
Octal34020535455407445111110
Binary111000001000010111101100101101100011110010010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085EC; }

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

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

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

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

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

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

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

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