#EC8DE8

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

Shades of Violet #EC8DE8

Tints of Violet #EC8DE8

Color information

#EC8DE8 (or 0xEC8DE8) is unknown color: approx Violet. HEX triplet: EC, 8D and E8. RGB value is (236,141,232). Sum of RGB (Red+Green+Blue) = 236+141+232=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DE8 is #137217. Grayscale: #B3B3B3. Windows color (decimal): -1274392 or 15240684. OLE color: 15240684.

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

Color convert

RGB236141232-
CMYK00.400.020.07
HSL302.53º71.43%73.92%-
HSV(B)302.53º40.25%92.55%-
XYZ58.6842.7181.49-
YUV179.78157.47168.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 141 (55.47% from 255) = 23.15%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=38.75%
G=23.15%
B=38.10%

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
Decimal23614123200.400.020.07302.5371.4373.92
HexEC8DE80282712f474a
Octal35421535005027457107112
Binary11101100100011011110100001010001011110010111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DE8; }

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

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

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

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

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

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

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

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