Html Css Color HEX #E66AED Violet

📋 copy color: '#E66AED'

red 230 ◦ green 106 ◦ blue 237

#E66AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #E66AED

Tints of Violet #E66AED

RGB

 RED value IS 230 (90.23% from 255) = 40.14%

 GREEN value IS 106 (41.8% from 255) = 18.5%

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 40.14%
G = 18.5%
B = 41.36%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E66AED (or 0xE66AED) is known color: 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

RGB 230 106 237 -
CMYK 0.03 0.55 0 0.07
HSL 296.79º 0.78% 0.67% -
HSV(B) 296.79º 0.55% 0.93% -
XYZ 53.07 33.25 83.74 -
YUV 158.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 230 106 237 0.03 0.55 0 0.07 296.79 0.78 0.67
Hex E6 6A ED 3 37 0 7 129 4E 43
Octal 346 152 355 3 67 0 7 451 116 103
Binary 11100110 1101010 11101101 11 110111 0 111 100101001 1001110 1000011

Color Harmonies of #E66AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AED

Black with #E66AED

Text Example


Text Example

White with #E66AED

Text Example


Text Example

HTML Codes & Css Web 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>