#E185E9

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

Shades of Violet #E185E9

Tints of Violet #E185E9

Color information

#E185E9 (or 0xE185E9) is unknown color: approx Violet. HEX triplet: E1, 85 and E9. RGB value is (225,133,233). Sum of RGB (Red+Green+Blue) = 225+133+233=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #E185E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185E9 is #1E7A16. Grayscale: #ABABAB. Windows color (decimal): -1997335 or 15304161. OLE color: 15304161.

HSL color Cylindrical-coordinate representation of color #E185E9: hue angle of 295.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E185E9 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225133233-
CMYK0.030.4300.09
HSL295.2º69.44%71.76%-
HSV(B)295.2º42.92%91.37%-
XYZ54.1538.6781.7-
YUV171.91162.48165.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=38.07%
G=22.50%
B=39.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251332330.030.4300.09295.269.4471.76
HexE185E932B091274548
Octal341205351353011447105110
Binary111000011000010111101001111010110100110010011110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185E9; }

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

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

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

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

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

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

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

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