#ED89FE

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

Shades of Violet #ED89FE

Tints of Violet #ED89FE

Color information

#ED89FE (or 0xED89FE) is unknown color: approx Violet. HEX triplet: ED, 89 and FE. RGB value is (237,137,254). Sum of RGB (Red+Green+Blue) = 237+137+254=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 137 (53.91% from 255 or 21.82% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED89FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89FE is #127601. Grayscale: #B3B3B3. Windows color (decimal): -1209858 or 16681453. OLE color: 16681453.

HSL color Cylindrical-coordinate representation of color #ED89FE: hue angle of 291.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED89FE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237137254-
CMYK0.070.4600.00
HSL291.28º98.32%76.67%-
HSV(B)291.28º46.06%99.61%-
XYZ61.7643.0598.82-
YUV180.24169.63168.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 137 (53.91% from 255) = 21.82%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=37.74%
G=21.82%
B=40.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371372540.070.4600.00291.2898.3276.67
HexED89FE72E00123624d
Octal35521137675600443142115
Binary1110110110001001111111101111011100010010001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89FE; }

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

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

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

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

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

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

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

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