#ED9EF8

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

Shades of Violet #ED9EF8

Tints of Violet #ED9EF8

Color information

#ED9EF8 (or 0xED9EF8) is unknown color: approx Violet. HEX triplet: ED, 9E and F8. RGB value is (237,158,248). Sum of RGB (Red+Green+Blue) = 237+158+248=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED9EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EF8 is #126107. Grayscale: #BFBFBF. Windows color (decimal): -1204488 or 16293613. OLE color: 16293613.

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

Color convert

RGB237158248-
CMYK0.040.3600.03
HSL292.67º86.54%79.61%-
HSV(B)292.67º36.29%97.25%-
XYZ64.149.2494.93-
YUV191.88159.67160.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 158 (62.11% from 255) = 24.57%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=36.86%
G=24.57%
B=38.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371582480.040.3600.03292.6786.5479.61
HexED9EF8424031255750
Octal35523637044403445127120
Binary11101101100111101111100010010010001110010010110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EF8; }

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

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

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

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

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

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

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

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