#EB6EEA

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

Shades of Violet #EB6EEA

Tints of Violet #EB6EEA

Color information

#EB6EEA (or 0xEB6EEA) is unknown color: approx Violet. HEX triplet: EB, 6E and EA. RGB value is (235,110,234). Sum of RGB (Red+Green+Blue) = 235+110+234=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6EEA is #149115. Grayscale: #A1A1A1. Windows color (decimal): -1347862 or 15363819. OLE color: 15363819.

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

Color convert

RGB235110234-
CMYK00.530.000.08
HSL300.48º75.76%67.65%-
HSV(B)300.48º53.19%92.16%-
XYZ54.6934.7581.67-
YUV161.51168.91180.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 110 (43.36% from 255) = 19.00%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=40.59%
G=19.00%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511023400.530.000.08300.4875.7667.65
HexEB6EEA0350812c4c44
Octal353156352065010454114104
Binary1110101111011101110101001101010100010010110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EEA; }

 p { color: rgb(235,110,234); }

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

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

 a { background-color: rgb(235,110,234); }

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

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

 span { border-color: rgb(235,110,234); }

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