#ED86FD

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

Shades of Violet #ED86FD

Tints of Violet #ED86FD

Color information

#ED86FD (or 0xED86FD) is unknown color: approx Violet. HEX triplet: ED, 86 and FD. RGB value is (237,134,253). Sum of RGB (Red+Green+Blue) = 237+134+253=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED86FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86FD is #127902. Grayscale: #B1B1B1. Windows color (decimal): -1210627 or 16615149. OLE color: 16615149.

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

Color convert

RGB237134253-
CMYK0.060.4700.01
HSL291.93º96.75%75.88%-
HSV(B)291.93º47.04%99.22%-
XYZ61.1842.1597.84-
YUV178.36170.12169.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 134 (52.73% from 255) = 21.47%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=37.98%
G=21.47%
B=40.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371342530.060.4700.01291.9396.7575.88
HexED86FD62F01124614c
Octal35520637565701444141114
Binary1110110110000110111111011101011110110010010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86FD; }

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

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

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

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

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

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

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

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