#E290ED

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

Shades of Violet #E290ED

Tints of Violet #E290ED

Color information

#E290ED (or 0xE290ED) is unknown color: approx Violet. HEX triplet: E2, 90 and ED. RGB value is (226,144,237). Sum of RGB (Red+Green+Blue) = 226+144+237=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E290ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290ED is #1D6F12. Grayscale: #B2B2B2. Windows color (decimal): -1928979 or 15569122. OLE color: 15569122.

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

Color convert

RGB226144237-
CMYK0.050.3900.07
HSL292.9º72.09%74.71%-
HSV(B)292.9º39.24%92.94%-
XYZ56.6242.2385.29-
YUV179.12160.67161.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=37.23%
G=23.72%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261442370.050.3900.07292.972.0974.71
HexE290ED52707125484b
Octal34222035554707445110113
Binary111000101001000011101101101100111011110010010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290ED; }

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

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

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

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

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

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

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

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