Html Css Color HEX #ED86EE Violet

📋 copy color: '#ED86EE'

red 237 ◦ green 134 ◦ blue 238

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

Shades of Violet #ED86EE

Tints of Violet #ED86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 38.92%
G = 22%
B = 39.08%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED86EE (or 0xED86EE) is known color: Violet. HEX triplet: ED, 86 and EE. RGB value is (237,134,238). Sum of RGB (Red+Green+Blue) = 237+134+238=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86EE is #127911. Grayscale: #B0B0B0. Windows color (decimal): -1210642 or 15632109. OLE color: 15632109.

HSL color Cylindrical-coordinate representation of color #ED86EE: hue angle of 299.42º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED86EE is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 238 -
CMYK 0.00 0.44 0 0.07
HSL 299.42º 0.75% 0.73% -
HSV(B) 299.42º 0.44% 0.93% -
XYZ 58.88 41.23 85.74 -
YUV 176.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 237 134 238 0.00 0.44 0 0.07 299.42 0.75 0.73
Hex ED 86 EE 0 2C 0 7 12B 4B 49
Octal 355 206 356 0 54 0 7 453 113 111
Binary 11101101 10000110 11101110 0 101100 0 111 100101011 1001011 1001001

Color Harmonies of #ED86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86EE

Black with #ED86EE

Text Example


Text Example

White with #ED86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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