#ED81FE

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

Shades of Violet #ED81FE

Tints of Violet #ED81FE

Color information

#ED81FE (or 0xED81FE) is unknown color: approx Violet. HEX triplet: ED, 81 and FE. RGB value is (237,129,254). Sum of RGB (Red+Green+Blue) = 237+129+254=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81FE is #127E01. Grayscale: #AFAFAF. Windows color (decimal): -1211906 or 16679405. OLE color: 16679405.

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

Color convert

RGB237129254-
CMYK0.070.4900.00
HSL291.84º98.43%75.1%-
HSV(B)291.84º49.21%99.61%-
XYZ60.6640.8698.46-
YUV175.54172.28171.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 129 (50.78% from 255) = 20.81%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=38.23%
G=20.81%
B=40.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371292540.070.4900.00291.8498.4375.1
HexED81FE73100124624b
Octal35520137676100444142113
Binary1110110110000001111111101111100010010010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81FE; }

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

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

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

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

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

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

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

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