#E185EB

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

Shades of Violet #E185EB

Tints of Violet #E185EB

Color information

#E185EB (or 0xE185EB) is unknown color: approx Violet. HEX triplet: E1, 85 and EB. RGB value is (225,133,235). Sum of RGB (Red+Green+Blue) = 225+133+235=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #E185EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185EB is #1E7A14. Grayscale: #ABABAB. Windows color (decimal): -1997333 or 15435233. OLE color: 15435233.

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

Color convert

RGB225133235-
CMYK0.040.4300.08
HSL294.12º71.83%72.16%-
HSV(B)294.12º43.4%92.16%-
XYZ54.4338.7883.21-
YUV172.14163.48165.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 22.43%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=37.94%
G=22.43%
B=39.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251332350.040.4300.08294.1271.8372.16
HexE185EB42B081264848
Octal341205353453010446110110
Binary1110000110000101111010111001010110100010010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185EB; }

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

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

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

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

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

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

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

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