#EC8AEA

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

Shades of Violet #EC8AEA

Tints of Violet #EC8AEA

Color information

#EC8AEA (or 0xEC8AEA) is unknown color: approx Violet. HEX triplet: EC, 8A and EA. RGB value is (236,138,234). Sum of RGB (Red+Green+Blue) = 236+138+234=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AEA is #137515. Grayscale: #B1B1B1. Windows color (decimal): -1275158 or 15370988. OLE color: 15370988.

HSL color Cylindrical-coordinate representation of color #EC8AEA: hue angle of 301.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AEA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236138234-
CMYK00.420.010.07
HSL301.22º72.06%73.33%-
HSV(B)301.22º41.53%92.55%-
XYZ58.5341.9582.85-
YUV178.25159.47169.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 138 (54.30% from 255) = 22.70%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=38.82%
G=22.70%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613823400.420.010.07301.2272.0673.33
HexEC8AEA02A1712d4849
Octal35421235205217455110111
Binary1110110010001010111010100101010111110010110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AEA; }

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

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

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

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

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

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

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

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