Html Css Color HEX #ED86E6 Violet

📋 copy color: '#ED86E6'

red 237 ◦ green 134 ◦ blue 230

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

Shades of Violet #ED86E6

Tints of Violet #ED86E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.27%

R = 39.43%
G = 22.3%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED86E6 (or 0xED86E6) is known color: Violet. HEX triplet: ED, 86 and E6. RGB value is (237,134,230). Sum of RGB (Red+Green+Blue) = 237+134+230=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86E6 is #127919. Grayscale: #AFAFAF. Windows color (decimal): -1210650 or 15107821. OLE color: 15107821.

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

Color convert

RGB 237 134 230 -
CMYK 0 0.43 0.03 0.07
HSL 304.08º 0.74% 0.73% -
HSV(B) 304.08º 0.43% 0.93% -
XYZ 57.73 40.77 79.69 -
YUV 175.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 237 134 230 0 0.43 0.03 0.07 304.08 0.74 0.73
Hex ED 86 E6 0 2B 3 7 130 4A 49
Octal 355 206 346 0 53 3 7 460 112 111
Binary 11101101 10000110 11100110 0 101011 11 111 100110000 1001010 1001001

Color Harmonies of #ED86E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86E6

Black with #ED86E6

Text Example


Text Example

White with #ED86E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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