#ED81EC

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

Shades of Violet #ED81EC

Tints of Violet #ED81EC

Color information

#ED81EC (or 0xED81EC) is unknown color: approx Violet. HEX triplet: ED, 81 and EC. RGB value is (237,129,236). Sum of RGB (Red+Green+Blue) = 237+129+236=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81EC is #127E13. Grayscale: #ADADAD. Windows color (decimal): -1211924 or 15499757. OLE color: 15499757.

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

Color convert

RGB237129236-
CMYK00.460.000.07
HSL300.56º75%71.76%-
HSV(B)300.56º45.57%92.94%-
XYZ57.9239.7683.98-
YUV173.49163.28173.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=39.37%
G=21.43%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712923600.460.000.07300.567571.76
HexED81EC02E0712d4b48
Octal35520135405607455113110
Binary1110110110000001111011000101110011110010110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81EC; }

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

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

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

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

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

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

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

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