#ec8af8

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

Shades of Violet #EC8AF8

Tints of Violet #EC8AF8

Color information

#EC8AF8 (or 0xEC8AF8) is unknown color: approx Violet. HEX triplet: EC, 8A and F8. RGB value is (236,138,248). Sum of RGB (Red+Green+Blue) = 236+138+248=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 138 (54.30% from 255 or 22.19% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF8 is #137507. Grayscale: #B3B3B3. Windows color (decimal): -1275144 or 16288492. OLE color: 16288492.

HSL color Cylindrical-coordinate representation of color #EC8AF8: hue angle of 293.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8AF8 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236138248-
CMYK0.050.4400.03
HSL293.45º88.71%75.69%-
HSV(B)293.45º44.35%97.25%-
XYZ60.6242.7993.87-
YUV179.84166.47168.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 138 (54.30% from 255) = 22.19%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=37.94%
G=22.19%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361382480.050.4400.03293.4588.7175.69
HexEC8AF852C03125594c
Octal35421237055403445131114
Binary11101100100010101111100010110110001110010010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec8af8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec8af8; }

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

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

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

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

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

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

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

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