Html Css Color HEX #ED86FC Violet

📋 copy color: '#ED86FC'

red 237 ◦ green 134 ◦ blue 252

#ED86FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #ED86FC

Tints of Violet #ED86FC

RGB

 RED value IS 237 (92.97% from 255) = 38.04%

 GREEN value IS 134 (52.73% from 255) = 21.51%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 38.04%
G = 21.51%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED86FC (or 0xED86FC) is known color: Violet. HEX triplet: ED, 86 and FC. RGB value is (237,134,252). Sum of RGB (Red+Green+Blue) = 237+134+252=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED86FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86FC is #127903. Grayscale: #B1B1B1. Windows color (decimal): -1210628 or 16549613. OLE color: 16549613.

HSL color Cylindrical-coordinate representation of color #ED86FC: hue angle of 292.37º degrees, saturation: 0.95, 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 #ED86FC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 134 252 -
CMYK 0.06 0.47 0 0.01
HSL 292.37º 0.95% 0.76% -
HSV(B) 292.37º 0.47% 0.99% -
XYZ 61.02 42.08 97 -
YUV 178.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 237 134 252 0.06 0.47 0 0.01 292.37 0.95 0.76
Hex ED 86 FC 6 2F 0 1 124 5F 4C
Octal 355 206 374 6 57 0 1 444 137 114
Binary 11101101 10000110 11111100 110 101111 0 1 100100100 1011111 1001100

Color Harmonies of #ED86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86FC

Black with #ED86FC

Text Example


Text Example

White with #ED86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86FC; }

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

 H1.HeaderClassName
 {
   color: #ED86FC;
 }
 .AnyTagClassName
 {
   color: #ED86FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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