#ED68EC

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

Shades of Violet #ED68EC

Tints of Violet #ED68EC

Color information

#ED68EC (or 0xED68EC) is unknown color: approx Violet. HEX triplet: ED, 68 and EC. RGB value is (237,104,236). Sum of RGB (Red+Green+Blue) = 237+104+236=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68EC is #129713. Grayscale: #9E9E9E. Windows color (decimal): -1218324 or 15493357. OLE color: 15493357.

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

Color convert

RGB237104236-
CMYK00.560.000.07
HSL300.45º78.7%66.86%-
HSV(B)300.45º56.12%92.94%-
XYZ55.0233.9683.01-
YUV158.82171.56183.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 104 (41.02% from 255) = 18.02%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=41.07%
G=18.02%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710423600.560.000.07300.4578.766.86
HexED68EC0380712c4f43
Octal35515035407007454117103
Binary111011011101000111011000111000011110010110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68EC; }

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

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

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

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

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

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

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

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