#EC8DF1

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

Shades of Violet #EC8DF1

Tints of Violet #EC8DF1

Color information

#EC8DF1 (or 0xEC8DF1) is unknown color: approx Violet. HEX triplet: EC, 8D and F1. RGB value is (236,141,241). Sum of RGB (Red+Green+Blue) = 236+141+241=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC8DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DF1 is #13720E. Grayscale: #B4B4B4. Windows color (decimal): -1274383 or 15830508. OLE color: 15830508.

HSL color Cylindrical-coordinate representation of color #EC8DF1: hue angle of 297º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8DF1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236141241-
CMYK0.020.4100.05
HSL297º78.12%74.9%-
HSV(B)297º41.49%94.51%-
XYZ59.9943.2388.4-
YUV180.8161.97167.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 141 (55.47% from 255) = 22.82%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=38.19%
G=22.82%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361412410.020.4100.0529778.1274.9
HexEC8DF1229051294e4b
Octal35421536125105451116113
Binary11101100100011011111000110101001010110010100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DF1; }

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

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

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

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

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

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

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

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