#ED89FB

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

Shades of Violet #ED89FB

Tints of Violet #ED89FB

Color information

#ED89FB (or 0xED89FB) is unknown color: approx Violet. HEX triplet: ED, 89 and FB. RGB value is (237,137,251). Sum of RGB (Red+Green+Blue) = 237+137+251=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89FB is #127604. Grayscale: #B3B3B3. Windows color (decimal): -1209861 or 16484845. OLE color: 16484845.

HSL color Cylindrical-coordinate representation of color #ED89FB: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED89FB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237137251-
CMYK0.060.4500.02
HSL292.63º93.44%76.08%-
HSV(B)292.63º45.42%98.43%-
XYZ61.2842.8696.31-
YUV179.9168.13168.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 137 (53.91% from 255) = 21.92%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=37.92%
G=21.92%
B=40.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371372510.060.4500.02292.6393.4476.08
HexED89FB62D021255d4c
Octal35521137365502445135114
Binary11101101100010011111101111010110101010010010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89FB; }

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

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

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

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

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

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

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

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