#ed7ef8

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

Shades of Violet #ED7EF8

Tints of Violet #ED7EF8

Color information

#ED7EF8 (or 0xED7EF8) is unknown color: approx Violet. HEX triplet: ED, 7E and F8. RGB value is (237,126,248). Sum of RGB (Red+Green+Blue) = 237+126+248=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 126 (49.61% from 255 or 20.62% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED7EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EF8 is #128107. Grayscale: #ACACAC. Windows color (decimal): -1212680 or 16285421. OLE color: 16285421.

HSL color Cylindrical-coordinate representation of color #ED7EF8: hue angle of 294.59º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7EF8 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237126248-
CMYK0.040.4900.03
HSL294.59º89.71%73.33%-
HSV(B)294.59º49.19%97.25%-
XYZ59.3339.793.34-
YUV173.1170.27173.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 126 (49.61% from 255) = 20.62%
BLUE value IS 248 (97.27% from 255) = 40.59%
R=38.79%
G=20.62%
B=40.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371262480.040.4900.03294.5989.7173.33
HexED7EF8431031275a49
Octal35517637046103447132111
Binary1110110111111101111100010011000101110010011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7ef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7ef8; }

 p { color: rgb(237,126,248); }

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

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

 a { background-color: rgb(237,126,248); }

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

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

 span { border-color: rgb(237,126,248); }

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