#ED8FED

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

Shades of Violet #ED8FED

Tints of Violet #ED8FED

Color information

#ED8FED (or 0xED8FED) is unknown color: approx Violet. HEX triplet: ED, 8F and ED. RGB value is (237,143,237). Sum of RGB (Red+Green+Blue) = 237+143+237=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FED is #127012. Grayscale: #B5B5B5. Windows color (decimal): -1208339 or 15568877. OLE color: 15568877.

HSL color Cylindrical-coordinate representation of color #ED8FED: hue angle of 300º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FED is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237143237-
CMYK00.4000.07
HSL300º72.31%74.51%-
HSV(B)300º39.66%92.94%-
XYZ60.0343.7685.4-
YUV181.82159.14167.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 143 (56.25% from 255) = 23.18%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=38.41%
G=23.18%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714323700.4000.0730072.3174.51
HexED8FED0280712c484b
Octal35521735505007454110113
Binary1110110110001111111011010101000011110010110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FED; }

 p { color: rgb(237,143,237); }

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

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

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

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

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

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

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