#E390ED

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

Shades of Violet #E390ED

Tints of Violet #E390ED

Color information

#E390ED (or 0xE390ED) is unknown color: approx Violet. HEX triplet: E3, 90 and ED. RGB value is (227,144,237). Sum of RGB (Red+Green+Blue) = 227+144+237=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390ED is #1C6F12. Grayscale: #B3B3B3. Windows color (decimal): -1863443 or 15569123. OLE color: 15569123.

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

Color convert

RGB227144237-
CMYK0.040.3900.07
HSL293.55º72.09%74.71%-
HSV(B)293.55º39.24%92.94%-
XYZ56.9442.3985.3-
YUV179.42160.5161.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 144 (56.64% from 255) = 23.68%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=37.34%
G=23.68%
B=38.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271442370.040.3900.07293.5572.0974.71
HexE390ED42707126484b
Octal34322035544707446110113
Binary111000111001000011101101100100111011110010011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390ED; }

 p { color: rgb(227,144,237); }

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

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

 a { background-color: rgb(227,144,237); }

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

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

 span { border-color: rgb(227,144,237); }

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