#EC8DEA

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

Shades of Violet #EC8DEA

Tints of Violet #EC8DEA

Color information

#EC8DEA (or 0xEC8DEA) is unknown color: approx Violet. HEX triplet: EC, 8D and EA. RGB value is (236,141,234). Sum of RGB (Red+Green+Blue) = 236+141+234=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DEA is #137215. Grayscale: #B3B3B3. Windows color (decimal): -1274390 or 15371756. OLE color: 15371756.

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

Color convert

RGB236141234-
CMYK00.400.010.07
HSL301.26º71.43%73.92%-
HSV(B)301.26º40.25%92.55%-
XYZ58.9742.8283-
YUV180.01158.47167.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=38.63%
G=23.08%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614123400.400.010.07301.2671.4373.92
HexEC8DEA0281712d474a
Octal35421535205017455107112
Binary1110110010001101111010100101000111110010110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DEA; }

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

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

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

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

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

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

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

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