#E684EA

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

Shades of Violet #E684EA

Tints of Violet #E684EA

Color information

#E684EA (or 0xE684EA) is unknown color: approx Violet. HEX triplet: E6, 84 and EA. RGB value is (230,132,234). Sum of RGB (Red+Green+Blue) = 230+132+234=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #E684EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E684EA is #197B15. Grayscale: #ACACAC. Windows color (decimal): -1669910 or 15369446. OLE color: 15369446.

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

Color convert

RGB230132234-
CMYK0.020.4400.08
HSL297.65º70.83%71.76%-
HSV(B)297.65º43.59%91.76%-
XYZ55.7439.2782.48-
YUV172.93162.47168.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=38.59%
G=22.15%
B=39.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301322340.020.4400.08297.6570.8371.76
HexE684EA22C0812a4748
Octal346204352254010452107110
Binary111001101000010011101010101011000100010010101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E684EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E684EA; }

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

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

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

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

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

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

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

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