#ED83F4

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

Shades of Violet #ED83F4

Tints of Violet #ED83F4

Color information

#ED83F4 (or 0xED83F4) is unknown color: approx Violet. HEX triplet: ED, 83 and F4. RGB value is (237,131,244). Sum of RGB (Red+Green+Blue) = 237+131+244=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 131 (51.56% from 255 or 21.41% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED83F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83F4 is #127C0B. Grayscale: #AFAFAF. Windows color (decimal): -1211404 or 16024557. OLE color: 16024557.

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

Color convert

RGB237131244-
CMYK0.030.4600.04
HSL296.28º83.7%73.53%-
HSV(B)296.28º46.31%95.69%-
XYZ59.3740.7790.33-
YUV175.58166.62171.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 131 (51.56% from 255) = 21.41%
BLUE value IS 244 (95.70% from 255) = 39.87%
R=38.73%
G=21.41%
B=39.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371312440.030.4600.04296.2883.773.53
HexED83F432E04128544a
Octal35520336435604450124112
Binary11101101100000111111010011101110010010010100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83F4; }

 p { color: rgb(237,131,244); }

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

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

 a { background-color: rgb(237,131,244); }

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

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

 span { border-color: rgb(237,131,244); }

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