#ED8EFA

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

Shades of Violet #ED8EFA

Tints of Violet #ED8EFA

Color information

#ED8EFA (or 0xED8EFA) is unknown color: approx Violet. HEX triplet: ED, 8E and FA. RGB value is (237,142,250). Sum of RGB (Red+Green+Blue) = 237+142+250=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EFA is #127105. Grayscale: #B6B6B6. Windows color (decimal): -1208582 or 16420589. OLE color: 16420589.

HSL color Cylindrical-coordinate representation of color #ED8EFA: hue angle of 292.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8EFA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237142250-
CMYK0.050.4300.02
HSL292.78º91.53%76.86%-
HSV(B)292.78º43.2%98.04%-
XYZ61.8544.2595.72-
YUV182.72165.97166.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 142 (55.86% from 255) = 22.58%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=37.68%
G=22.58%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371422500.050.4300.02292.7891.5376.86
HexED8EFA52B021255c4d
Octal35521637255302445134115
Binary11101101100011101111101010110101101010010010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EFA; }

 p { color: rgb(237,142,250); }

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

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

 a { background-color: rgb(237,142,250); }

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

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

 span { border-color: rgb(237,142,250); }

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