#EC8AE6

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

Shades of Violet #EC8AE6

Tints of Violet #EC8AE6

Color information

#EC8AE6 (or 0xEC8AE6) is unknown color: approx Violet. HEX triplet: EC, 8A and E6. RGB value is (236,138,230). Sum of RGB (Red+Green+Blue) = 236+138+230=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AE6 is #137519. Grayscale: #B1B1B1. Windows color (decimal): -1275162 or 15108844. OLE color: 15108844.

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

Color convert

RGB236138230-
CMYK00.420.030.07
HSL303.67º72.06%73.33%-
HSV(B)303.67º41.53%92.55%-
XYZ57.9641.7279.86-
YUV177.79157.47169.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 138 (54.30% from 255) = 22.85%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=39.07%
G=22.85%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613823000.420.030.07303.6772.0673.33
HexEC8AE602A371304849
Octal35421234605237460110111
Binary11101100100010101110011001010101111110011000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AE6; }

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

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

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

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

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

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

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

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