#ED81F9

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

Shades of Violet #ED81F9

Tints of Violet #ED81F9

Color information

#ED81F9 (or 0xED81F9) is unknown color: approx Violet. HEX triplet: ED, 81 and F9. RGB value is (237,129,249). Sum of RGB (Red+Green+Blue) = 237+129+249=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81F9 is #127E06. Grayscale: #AEAEAE. Windows color (decimal): -1211911 or 16351725. OLE color: 16351725.

HSL color Cylindrical-coordinate representation of color #ED81F9: hue angle of 294º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED81F9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237129249-
CMYK0.050.4800.02
HSL294º90.91%74.12%-
HSV(B)294º48.19%97.65%-
XYZ59.8740.5494.29-
YUV174.97169.78172.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=38.54%
G=20.98%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371292490.050.4800.0229490.9174.12
HexED81F9530021265b4a
Octal35520137156002446133112
Binary11101101100000011111100110111000001010010011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81F9; }

 p { color: rgb(237,129,249); }

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

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

 a { background-color: rgb(237,129,249); }

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

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

 span { border-color: rgb(237,129,249); }

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