Html Css Color HEX #ED86F0 Violet

📋 copy color: '#ED86F0'

red 237 ◦ green 134 ◦ blue 240

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

Shades of Violet #ED86F0

Tints of Violet #ED86F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 38.79%
G = 21.93%
B = 39.28%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED86F0 (or 0xED86F0) is known color: Violet. HEX triplet: ED, 86 and F0. RGB value is (237,134,240). Sum of RGB (Red+Green+Blue) = 237+134+240=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED86F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86F0 is #12790F. Grayscale: #B0B0B0. Windows color (decimal): -1210640 or 15763181. OLE color: 15763181.

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

Color convert

RGB 237 134 240 -
CMYK 0.01 0.44 0 0.06
HSL 298.3º 0.78% 0.73% -
HSV(B) 298.3º 0.44% 0.94% -
XYZ 59.18 41.35 87.3 -
YUV 176.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 237 134 240 0.01 0.44 0 0.06 298.3 0.78 0.73
Hex ED 86 F0 1 2C 0 6 12A 4E 49
Octal 355 206 360 1 54 0 6 452 116 111
Binary 11101101 10000110 11110000 1 101100 0 110 100101010 1001110 1001001

Color Harmonies of #ED86F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86F0

Black with #ED86F0

Text Example


Text Example

White with #ED86F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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