#ED8BE6

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

Shades of Violet #ED8BE6

Tints of Violet #ED8BE6

Color information

#ED8BE6 (or 0xED8BE6) is unknown color: approx Violet. HEX triplet: ED, 8B and E6. RGB value is (237,139,230). Sum of RGB (Red+Green+Blue) = 237+139+230=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BE6 is #127419. Grayscale: #B2B2B2. Windows color (decimal): -1209370 or 15109101. OLE color: 15109101.

HSL color Cylindrical-coordinate representation of color #ED8BE6: hue angle of 304.29º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BE6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237139230-
CMYK00.410.030.07
HSL304.29º73.13%73.73%-
HSV(B)304.29º41.35%92.94%-
XYZ58.4442.1879.92-
YUV178.68156.97169.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 139 (54.69% from 255) = 22.94%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=39.11%
G=22.94%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713923000.410.030.07304.2973.1373.73
HexED8BE602937130494a
Octal35521334605137460111112
Binary11101101100010111110011001010011111110011000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BE6; }

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

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

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

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

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

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

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

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