#EC8DF9

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

Shades of Violet #EC8DF9

Tints of Violet #EC8DF9

Color information

#EC8DF9 (or 0xEC8DF9) is unknown color: approx Violet. HEX triplet: EC, 8D and F9. RGB value is (236,141,249). Sum of RGB (Red+Green+Blue) = 236+141+249=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC8DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DF9 is #137206. Grayscale: #B5B5B5. Windows color (decimal): -1274375 or 16354796. OLE color: 16354796.

HSL color Cylindrical-coordinate representation of color #EC8DF9: hue angle of 292.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8DF9 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236141249-
CMYK0.050.4300.02
HSL292.78º90%76.47%-
HSV(B)292.78º43.37%97.65%-
XYZ61.2243.7294.84-
YUV181.72165.97166.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 141 (55.47% from 255) = 22.52%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=37.70%
G=22.52%
B=39.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361412490.050.4300.02292.789076.47
HexEC8DF952B021255a4c
Octal35421537155302445132114
Binary11101100100011011111100110110101101010010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DF9; }

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

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

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

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

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

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

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

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