#E66DEA

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

Shades of Violet #E66DEA

Tints of Violet #E66DEA

Color information

#E66DEA (or 0xE66DEA) is unknown color: approx Violet. HEX triplet: E6, 6D and EA. RGB value is (230,109,234). Sum of RGB (Red+Green+Blue) = 230+109+234=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #E66DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66DEA is #199215. Grayscale: #9F9F9F. Windows color (decimal): -1675798 or 15363558. OLE color: 15363558.

HSL color Cylindrical-coordinate representation of color #E66DEA: hue angle of 298.08º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DEA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230109234-
CMYK0.020.5300.08
HSL298.08º74.85%67.25%-
HSV(B)298.08º53.42%91.76%-
XYZ52.9533.781.56-
YUV159.43170.09178.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 109 (42.97% from 255) = 19.02%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=40.14%
G=19.02%
B=40.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301092340.020.5300.08298.0874.8567.25
HexE66DEA2350812a4b43
Octal346155352265010452113103
Binary11100110110110111101010101101010100010010101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66DEA; }

 p { color: rgb(230,109,234); }

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

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

 a { background-color: rgb(230,109,234); }

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

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

 span { border-color: rgb(230,109,234); }

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