#ED69EC

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

Shades of Violet #ED69EC

Tints of Violet #ED69EC

Color information

#ED69EC (or 0xED69EC) is unknown color: approx Violet. HEX triplet: ED, 69 and EC. RGB value is (237,105,236). Sum of RGB (Red+Green+Blue) = 237+105+236=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69EC is #129613. Grayscale: #9F9F9F. Windows color (decimal): -1218068 or 15493613. OLE color: 15493613.

HSL color Cylindrical-coordinate representation of color #ED69EC: 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 #ED69EC is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237105236-
CMYK00.560.000.07
HSL300.45º78.57%67.06%-
HSV(B)300.45º55.7%92.94%-
XYZ55.1234.1683.05-
YUV159.4171.23183.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 105 (41.41% from 255) = 18.17%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=41.00%
G=18.17%
B=40.83%

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
Decimal23710523600.560.000.07300.4578.5767.06
HexED69EC0380712c4f43
Octal35515135407007454117103
Binary111011011101001111011000111000011110010110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69EC; }

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

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

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

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

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

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

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

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