#EC86FD

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

Shades of Violet #EC86FD

Tints of Violet #EC86FD

Color information

#EC86FD (or 0xEC86FD) is unknown color: approx Violet. HEX triplet: EC, 86 and FD. RGB value is (236,134,253). Sum of RGB (Red+Green+Blue) = 236+134+253=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC86FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FD is #137902. Grayscale: #B1B1B1. Windows color (decimal): -1276163 or 16615148. OLE color: 16615148.

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

Color convert

RGB236134253-
CMYK0.070.4700.01
HSL291.43º96.75%75.88%-
HSV(B)291.43º47.04%99.22%-
XYZ60.8541.9797.82-
YUV178.06170.29169.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 134 (52.73% from 255) = 21.51%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=37.88%
G=21.51%
B=40.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361342530.070.4700.01291.4396.7575.88
HexEC86FD72F01123614c
Octal35420637575701443141114
Binary1110110010000110111111011111011110110010001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86FD; }

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

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

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

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

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

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

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

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