#ED81F6

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

Shades of Violet #ED81F6

Tints of Violet #ED81F6

Color information

#ED81F6 (or 0xED81F6) is unknown color: approx Violet. HEX triplet: ED, 81 and F6. RGB value is (237,129,246). Sum of RGB (Red+Green+Blue) = 237+129+246=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED81F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81F6 is #127E09. Grayscale: #AEAEAE. Windows color (decimal): -1211914 or 16155117. OLE color: 16155117.

HSL color Cylindrical-coordinate representation of color #ED81F6: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED81F6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237129246-
CMYK0.040.4800.04
HSL295.38º86.67%73.53%-
HSV(B)295.38º47.56%96.47%-
XYZ59.4140.3691.85-
YUV174.63168.28172.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 129 (50.78% from 255) = 21.08%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=38.73%
G=21.08%
B=40.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371292460.040.4800.04295.3886.6773.53
HexED81F643004127574a
Octal35520136646004447127112
Binary111011011000000111110110100110000010010010011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81F6; }

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

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

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

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

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

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

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

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