#ED86E6

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

Shades of Violet #ED86E6

Tints of Violet #ED86E6

Color information

#ED86E6 (or 0xED86E6) is unknown color: approx Violet. HEX triplet: ED, 86 and E6. RGB value is (237,134,230). Sum of RGB (Red+Green+Blue) = 237+134+230=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86E6 is #127919. Grayscale: #AFAFAF. Windows color (decimal): -1210650 or 15107821. OLE color: 15107821.

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

Color convert

RGB237134230-
CMYK00.430.030.07
HSL304.08º74.1%72.75%-
HSV(B)304.08º43.46%92.94%-
XYZ57.7340.7779.69-
YUV175.74158.62171.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=39.43%
G=22.30%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713423000.430.030.07304.0874.172.75
HexED86E602B371304a49
Octal35520634605337460112111
Binary11101101100001101110011001010111111110011000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86E6; }

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

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

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

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

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

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

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

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