#ED97EC

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

Shades of Violet #ED97EC

Tints of Violet #ED97EC

Color information

#ED97EC (or 0xED97EC) is unknown color: approx Violet. HEX triplet: ED, 97 and EC. RGB value is (237,151,236). Sum of RGB (Red+Green+Blue) = 237+151+236=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97EC is #126813. Grayscale: #BABABA. Windows color (decimal): -1206292 or 15505389. OLE color: 15505389.

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

Color convert

RGB237151236-
CMYK00.360.000.07
HSL300.7º70.49%76.08%-
HSV(B)300.7º36.29%92.94%-
XYZ61.1346.1985.05-
YUV186.4155.99164.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=37.98%
G=24.20%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715123600.360.000.07300.770.4976.08
HexED97EC0240712d464c
Octal35522735404407455106114
Binary1110110110010111111011000100100011110010110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97EC; }

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

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

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

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

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

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

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

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