#ED93EC

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

Shades of Violet #ED93EC

Tints of Violet #ED93EC

Color information

#ED93EC (or 0xED93EC) is unknown color: approx Violet. HEX triplet: ED, 93 and EC. RGB value is (237,147,236). Sum of RGB (Red+Green+Blue) = 237+147+236=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93EC is #126C13. Grayscale: #B7B7B7. Windows color (decimal): -1207316 or 15504365. OLE color: 15504365.

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

Color convert

RGB237147236-
CMYK00.380.000.07
HSL300.67º71.43%75.29%-
HSV(B)300.67º37.97%92.94%-
XYZ60.544.9384.84-
YUV184.06157.32165.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 147 (57.81% from 255) = 23.71%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=38.23%
G=23.71%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714723600.380.000.07300.6771.4375.29
HexED93EC0260712d474b
Octal35522335404607455107113
Binary1110110110010011111011000100110011110010110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93EC; }

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

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

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

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

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

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

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

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