Html Css Color HEX #ED86FF Violet

📋 copy color: '#ED86FF'

red 237 ◦ green 134 ◦ blue 255

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

Shades of Violet #ED86FF

Tints of Violet #ED86FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 37.86%
G = 21.41%
B = 40.73%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED86FF (or 0xED86FF) is known color: Violet. HEX triplet: ED, 86 and FF. RGB value is (237,134,255). Sum of RGB (Red+Green+Blue) = 237+134+255=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86FF is #127900. Grayscale: #B2B2B2. Windows color (decimal): -1210625 or 16746221. OLE color: 16746221.

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

Color convert

RGB 237 134 255 -
CMYK 0.07 0.47 0 0
HSL 291.07º 1% 0.76% -
HSV(B) 291.07º 0.47% 1% -
XYZ 61.5 42.27 99.53 -
YUV 178.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 237 134 255 0.07 0.47 0 0 291.07 1 0.76
Hex ED 86 FF 7 2F 0 0 123 64 4C
Octal 355 206 377 7 57 0 0 443 144 114
Binary 11101101 10000110 11111111 111 101111 0 0 100100011 1100100 1001100

Color Harmonies of #ED86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86FF

Black with #ED86FF

Text Example


Text Example

White with #ED86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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