#E66AED

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

Shades of Violet #E66AED

Tints of Violet #E66AED

Color information

#E66AED (or 0xE66AED) is unknown color: approx Violet. HEX triplet: E6, 6A and ED. RGB value is (230,106,237). Sum of RGB (Red+Green+Blue) = 230+106+237=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #E66AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66AED is #199512. Grayscale: #9D9D9D. Windows color (decimal): -1676563 or 15559398. OLE color: 15559398.

HSL color Cylindrical-coordinate representation of color #E66AED: hue angle of 296.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66AED is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230106237-
CMYK0.030.5500.07
HSL296.79º78.44%67.25%-
HSV(B)296.79º55.27%92.94%-
XYZ53.0733.2583.74-
YUV158.01172.58179.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=40.14%
G=18.50%
B=41.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301062370.030.5500.07296.7978.4467.25
HexE66AED337071294e43
Octal34615235536707451116103
Binary1110011011010101110110111110111011110010100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66AED; }

 p { color: rgb(230,106,237); }

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

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

 a { background-color: rgb(230,106,237); }

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

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

 span { border-color: rgb(230,106,237); }

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