#EC80EB

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

Shades of Violet #EC80EB

Tints of Violet #EC80EB

Color information

#EC80EB (or 0xEC80EB) is unknown color: approx Violet. HEX triplet: EC, 80 and EB. RGB value is (236,128,235). Sum of RGB (Red+Green+Blue) = 236+128+235=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80EB is #137F14. Grayscale: #ACACAC. Windows color (decimal): -1277717 or 15433964. OLE color: 15433964.

HSL color Cylindrical-coordinate representation of color #EC80EB: hue angle of 300.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80EB is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236128235-
CMYK00.460.000.07
HSL300.56º73.97%71.37%-
HSV(B)300.56º45.76%92.55%-
XYZ57.3139.2783.16-
YUV172.49163.28173.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=39.40%
G=21.37%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612823500.460.000.07300.5673.9771.37
HexEC80EB02E0712d4a47
Octal35420035305607455112107
Binary1110110010000000111010110101110011110010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80EB; }

 p { color: rgb(236,128,235); }

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

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

 a { background-color: rgb(236,128,235); }

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

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

 span { border-color: rgb(236,128,235); }

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