Html Css Color HEX #ED86FA Violet

📋 copy color: '#ED86FA'

red 237 ◦ green 134 ◦ blue 250

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

Shades of Violet #ED86FA

Tints of Violet #ED86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 38.16%
G = 21.58%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED86FA (or 0xED86FA) is known color: Violet. HEX triplet: ED, 86 and FA. RGB value is (237,134,250). Sum of RGB (Red+Green+Blue) = 237+134+250=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86FA is #127905. Grayscale: #B1B1B1. Windows color (decimal): -1210630 or 16418541. OLE color: 16418541.

HSL color Cylindrical-coordinate representation of color #ED86FA: hue angle of 293.28º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED86FA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 134 250 -
CMYK 0.05 0.46 0 0.02
HSL 293.28º 0.92% 0.75% -
HSV(B) 293.28º 0.46% 0.98% -
XYZ 60.71 41.96 95.34 -
YUV 178.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 237 134 250 0.05 0.46 0 0.02 293.28 0.92 0.75
Hex ED 86 FA 5 2E 0 2 125 5C 4B
Octal 355 206 372 5 56 0 2 445 134 113
Binary 11101101 10000110 11111010 101 101110 0 10 100100101 1011100 1001011

Color Harmonies of #ED86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86FA

Black with #ED86FA

Text Example


Text Example

White with #ED86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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