#ED8BEF

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

Shades of Violet #ED8BEF

Tints of Violet #ED8BEF

Color information

#ED8BEF (or 0xED8BEF) is unknown color: approx Violet. HEX triplet: ED, 8B and EF. RGB value is (237,139,239). Sum of RGB (Red+Green+Blue) = 237+139+239=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED8BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BEF is #127410. Grayscale: #B3B3B3. Windows color (decimal): -1209361 or 15698925. OLE color: 15698925.

HSL color Cylindrical-coordinate representation of color #ED8BEF: hue angle of 298.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8BEF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237139239-
CMYK0.010.4200.06
HSL298.8º75.76%74.12%-
HSV(B)298.8º41.84%93.73%-
XYZ59.7442.786.76-
YUV179.7161.47168.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 139 (54.69% from 255) = 22.60%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=38.54%
G=22.60%
B=38.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371392390.010.4200.06298.875.7674.12
HexED8BEF12A0612b4c4a
Octal35521335715206453114112
Binary1110110110001011111011111101010011010010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BEF; }

 p { color: rgb(237,139,239); }

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

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

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

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

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

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

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