#EC8AE7

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

Shades of Violet #EC8AE7

Tints of Violet #EC8AE7

Color information

#EC8AE7 (or 0xEC8AE7) is unknown color: approx Violet. HEX triplet: EC, 8A and E7. RGB value is (236,138,231). Sum of RGB (Red+Green+Blue) = 236+138+231=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AE7 is #137518. Grayscale: #B1B1B1. Windows color (decimal): -1275161 or 15174380. OLE color: 15174380.

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

Color convert

RGB236138231-
CMYK00.420.020.07
HSL303.06º72.06%73.33%-
HSV(B)303.06º41.53%92.55%-
XYZ58.141.7880.6-
YUV177.9157.97169.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=39.01%
G=22.81%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613823100.420.020.07303.0672.0673.33
HexEC8AE702A2712f4849
Octal35421234705227457110111
Binary11101100100010101110011101010101011110010111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AE7; }

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

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

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

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

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

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

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

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