#ec86ee

Color #EC86EE Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EC86EE

Tints of Violet #EC86EE

Color information

#EC86EE (or 0xEC86EE) is unknown color: approx Violet. HEX triplet: EC, 86 and EE. RGB value is (236,134,238). Sum of RGB (Red+Green+Blue) = 236+134+238=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86EE is #137911. Grayscale: #B0B0B0. Windows color (decimal): -1276178 or 15632108. OLE color: 15632108.

HSL color Cylindrical-coordinate representation of color #EC86EE: hue angle of 298.85º 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 #EC86EE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236134238-
CMYK0.010.4400.07
HSL298.85º75.36%72.94%-
HSV(B)298.85º43.7%93.33%-
XYZ58.5541.0685.73-
YUV176.35162.79170.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 134 (52.73% from 255) = 22.04%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=38.82%
G=22.04%
B=39.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361342380.010.4400.07298.8575.3672.94
HexEC86EE12C0712b4b49
Octal35420635615407453113111
Binary1110110010000110111011101101100011110010101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec86ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec86ee; }

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

 H1.HeaderClassName
 {
   color: #ec86ee;
 }
 .AnyTagClassName
 {
   color: #ec86ee;
 }
</style>
background-color css

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

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

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

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

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

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