#EC7FED

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

Shades of Violet #EC7FED

Tints of Violet #EC7FED

Color information

#EC7FED (or 0xEC7FED) is unknown color: approx Violet. HEX triplet: EC, 7F and ED. RGB value is (236,127,237). Sum of RGB (Red+Green+Blue) = 236+127+237=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FED is #138012. Grayscale: #ABABAB. Windows color (decimal): -1277971 or 15564780. OLE color: 15564780.

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

Color convert

RGB236127237-
CMYK0.000.4600.07
HSL299.45º75.34%71.37%-
HSV(B)299.45º46.41%92.94%-
XYZ57.4739.1384.64-
YUV172.13164.61173.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 127 (50% from 255) = 21.17%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=39.33%
G=21.17%
B=39.5%

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
Decimal2361272370.000.4600.07299.4575.3471.37
HexEC7FED02E0712b4b47
Octal35417735505607453113107
Binary111011001111111111011010101110011110010101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FED; }

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

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

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

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

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

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

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

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