#E995ED

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

Shades of Violet #E995ED

Tints of Violet #E995ED

Color information

#E995ED (or 0xE995ED) is unknown color: approx Violet. HEX triplet: E9, 95 and ED. RGB value is (233,149,237). Sum of RGB (Red+Green+Blue) = 233+149+237=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #E995ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995ED is #166A12. Grayscale: #B7B7B7. Windows color (decimal): -1468947 or 15570409. OLE color: 15570409.

HSL color Cylindrical-coordinate representation of color #E995ED: hue angle of 297.27º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E995ED is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233149237-
CMYK0.020.3700.07
HSL297.27º70.97%75.69%-
HSV(B)297.27º37.13%92.94%-
XYZ59.6444.9385.65-
YUV184.15157.83162.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.64%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=37.64%
G=24.07%
B=38.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331492370.020.3700.07297.2770.9775.69
HexE995ED22507129474c
Octal35122535524507451107114
Binary11101001100101011110110110100101011110010100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995ED; }

 p { color: rgb(233,149,237); }

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

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

 a { background-color: rgb(233,149,237); }

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

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

 span { border-color: rgb(233,149,237); }

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