#EC8DE7

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

Shades of Violet #EC8DE7

Tints of Violet #EC8DE7

Color information

#EC8DE7 (or 0xEC8DE7) is unknown color: approx Violet. HEX triplet: EC, 8D and E7. RGB value is (236,141,231). Sum of RGB (Red+Green+Blue) = 236+141+231=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DE7 is #137218. Grayscale: #B3B3B3. Windows color (decimal): -1274393 or 15175148. OLE color: 15175148.

HSL color Cylindrical-coordinate representation of color #EC8DE7: hue angle of 303.16º 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 #EC8DE7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236141231-
CMYK00.400.020.07
HSL303.16º71.43%73.92%-
HSV(B)303.16º40.25%92.55%-
XYZ58.5442.6580.75-
YUV179.66156.97168.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=38.82%
G=23.19%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614123100.400.020.07303.1671.4373.92
HexEC8DE70282712f474a
Octal35421534705027457107112
Binary11101100100011011110011101010001011110010111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DE7; }

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

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

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

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

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

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

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

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