#EC8DFD

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

Shades of Violet #EC8DFD

Tints of Violet #EC8DFD

Color information

#EC8DFD (or 0xEC8DFD) is unknown color: approx Violet. HEX triplet: EC, 8D and FD. RGB value is (236,141,253). Sum of RGB (Red+Green+Blue) = 236+141+253=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DFD is #137202. Grayscale: #B5B5B5. Windows color (decimal): -1274371 or 16616940. OLE color: 16616940.

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

Color convert

RGB236141253-
CMYK0.070.4400.01
HSL290.89º96.55%77.25%-
HSV(B)290.89º44.27%99.22%-
XYZ61.8543.9798.16-
YUV182.17167.97166.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 141 (55.47% from 255) = 22.38%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=37.46%
G=22.38%
B=40.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361412530.070.4400.01290.8996.5577.25
HexEC8DFD72C01123614d
Octal35421537575401443141115
Binary1110110010001101111111011111011000110010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DFD; }

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

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

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

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

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

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

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

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