#ED80F1

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

Shades of Violet #ED80F1

Tints of Violet #ED80F1

Color information

#ED80F1 (or 0xED80F1) is unknown color: approx Violet. HEX triplet: ED, 80 and F1. RGB value is (237,128,241). Sum of RGB (Red+Green+Blue) = 237+128+241=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED80F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80F1 is #127F0E. Grayscale: #ADADAD. Windows color (decimal): -1212175 or 15827181. OLE color: 15827181.

HSL color Cylindrical-coordinate representation of color #ED80F1: hue angle of 297.88º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED80F1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237128241-
CMYK0.020.4700.05
HSL297.88º80.14%72.35%-
HSV(B)297.88º46.89%94.51%-
XYZ58.5239.7987.82-
YUV173.47166.11173.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 128 (50.39% from 255) = 21.12%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=39.11%
G=21.12%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371282410.020.4700.05297.8880.1472.35
HexED80F122F0512a5048
Octal35520036125705452120110
Binary11101101100000001111000110101111010110010101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80F1; }

 p { color: rgb(237,128,241); }

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

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

 a { background-color: rgb(237,128,241); }

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

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

 span { border-color: rgb(237,128,241); }

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