#EC80E5

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

Shades of Violet #EC80E5

Tints of Violet #EC80E5

Color information

#EC80E5 (or 0xEC80E5) is unknown color: approx Violet. HEX triplet: EC, 80 and E5. RGB value is (236,128,229). Sum of RGB (Red+Green+Blue) = 236+128+229=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80E5 is #137F1A. Grayscale: #ABABAB. Windows color (decimal): -1277723 or 15040748. OLE color: 15040748.

HSL color Cylindrical-coordinate representation of color #EC80E5: hue angle of 303.89º 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 #EC80E5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236128229-
CMYK00.460.030.07
HSL303.89º73.97%71.37%-
HSV(B)303.89º45.76%92.55%-
XYZ56.4538.9378.67-
YUV171.81160.28173.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=39.80%
G=21.59%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612822900.460.030.07303.8973.9771.37
HexEC80E502E371304a47
Octal35420034505637460112107
Binary11101100100000001110010101011101111110011000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80E5; }

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

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

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

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

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

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

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

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