#ED89EC

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

Shades of Violet #ED89EC

Tints of Violet #ED89EC

Color information

#ED89EC (or 0xED89EC) is unknown color: approx Violet. HEX triplet: ED, 89 and EC. RGB value is (237,137,236). Sum of RGB (Red+Green+Blue) = 237+137+236=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89EC is #127613. Grayscale: #B1B1B1. Windows color (decimal): -1209876 or 15501805. OLE color: 15501805.

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

Color convert

RGB237137236-
CMYK00.420.000.07
HSL300.6º73.53%73.33%-
HSV(B)300.6º42.19%92.94%-
XYZ59.0141.9584.34-
YUV178.19160.63169.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 137 (53.91% from 255) = 22.46%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=38.85%
G=22.46%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713723600.420.000.07300.673.5373.33
HexED89EC02A0712d4a49
Octal35521135405207455112111
Binary1110110110001001111011000101010011110010110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89EC; }

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

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

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

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

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

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

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

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