#EC8DE6

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

Shades of Violet #EC8DE6

Tints of Violet #EC8DE6

Color information

#EC8DE6 (or 0xEC8DE6) is unknown color: approx Violet. HEX triplet: EC, 8D and E6. RGB value is (236,141,230). Sum of RGB (Red+Green+Blue) = 236+141+230=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DE6 is #137219. Grayscale: #B3B3B3. Windows color (decimal): -1274394 or 15109612. OLE color: 15109612.

HSL color Cylindrical-coordinate representation of color #EC8DE6: hue angle of 303.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DE6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236141230-
CMYK00.400.030.07
HSL303.79º71.43%73.92%-
HSV(B)303.79º40.25%92.55%-
XYZ58.442.680.01-
YUV179.55156.47168.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=38.88%
G=23.23%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614123000.400.030.07303.7971.4373.92
HexEC8DE602837130474a
Octal35421534605037460107112
Binary11101100100011011110011001010001111110011000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DE6; }

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

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

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

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

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

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

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

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