#ED89EB

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

Shades of Violet #ED89EB

Tints of Violet #ED89EB

Color information

#ED89EB (or 0xED89EB) is unknown color: approx Violet. HEX triplet: ED, 89 and EB. RGB value is (237,137,235). Sum of RGB (Red+Green+Blue) = 237+137+235=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89EB is #127614. Grayscale: #B1B1B1. Windows color (decimal): -1209877 or 15436269. OLE color: 15436269.

HSL color Cylindrical-coordinate representation of color #ED89EB: hue angle of 301.2º 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 #ED89EB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237137235-
CMYK00.420.010.07
HSL301.2º73.53%73.33%-
HSV(B)301.2º42.19%92.94%-
XYZ58.8741.8983.58-
YUV178.07160.13170.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 137 (53.91% from 255) = 22.50%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=38.92%
G=22.50%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713723500.420.010.07301.273.5373.33
HexED89EB02A1712d4a49
Octal35521135305217455112111
Binary1110110110001001111010110101010111110010110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89EB; }

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

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

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

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

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

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

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

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