#E185EC

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

Shades of Violet #E185EC

Tints of Violet #E185EC

Color information

#E185EC (or 0xE185EC) is unknown color: approx Violet. HEX triplet: E1, 85 and EC. RGB value is (225,133,236). Sum of RGB (Red+Green+Blue) = 225+133+236=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E185EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185EC is #1E7A13. Grayscale: #ABABAB. Windows color (decimal): -1997332 or 15500769. OLE color: 15500769.

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

Color convert

RGB225133236-
CMYK0.050.4400.07
HSL293.59º73.05%72.35%-
HSV(B)293.59º43.64%92.55%-
XYZ54.5838.8483.98-
YUV172.25163.98165.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=37.88%
G=22.39%
B=39.73%

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
Decimal2251332360.050.4400.07293.5973.0572.35
HexE185EC52C071264948
Octal34120535455407446111110
Binary111000011000010111101100101101100011110010011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185EC; }

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

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

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

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

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

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

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

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