#EC8AF0

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

Shades of Violet #EC8AF0

Tints of Violet #EC8AF0

Color information

#EC8AF0 (or 0xEC8AF0) is unknown color: approx Violet. HEX triplet: EC, 8A and F0. RGB value is (236,138,240). Sum of RGB (Red+Green+Blue) = 236+138+240=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF0 is #13750F. Grayscale: #B2B2B2. Windows color (decimal): -1275152 or 15764204. OLE color: 15764204.

HSL color Cylindrical-coordinate representation of color #EC8AF0: hue angle of 297.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8AF0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236138240-
CMYK0.020.4200.06
HSL297.65º77.27%74.12%-
HSV(B)297.65º42.5%94.12%-
XYZ59.4142.387.47-
YUV178.93162.47168.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 138 (54.30% from 255) = 22.48%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=38.44%
G=22.48%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361382400.020.4200.06297.6577.2774.12
HexEC8AF022A0612a4d4a
Octal35421236025206452115112
Binary11101100100010101111000010101010011010010101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AF0; }

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

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

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

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

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

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

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

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