#EC80ED

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

Shades of Violet #EC80ED

Tints of Violet #EC80ED

Color information

#EC80ED (or 0xEC80ED) is unknown color: approx Violet. HEX triplet: EC, 80 and ED. RGB value is (236,128,237). Sum of RGB (Red+Green+Blue) = 236+128+237=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80ED is #137F12. Grayscale: #ACACAC. Windows color (decimal): -1277715 or 15565036. OLE color: 15565036.

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

Color convert

RGB236128237-
CMYK0.000.4600.07
HSL299.45º75.17%71.57%-
HSV(B)299.45º45.99%92.94%-
XYZ57.639.3984.69-
YUV172.72164.28173.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 128 (50.39% from 255) = 21.30%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=39.27%
G=21.30%
B=39.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361282370.000.4600.07299.4575.1771.57
HexEC80ED02E0712b4b48
Octal35420035505607453113110
Binary1110110010000000111011010101110011110010101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80ED; }

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

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

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

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

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

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

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

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