#EC8AFF

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

Shades of Violet #EC8AFF

Tints of Violet #EC8AFF

Color information

#EC8AFF (or 0xEC8AFF) is unknown color: approx Violet. HEX triplet: EC, 8A and FF. RGB value is (236,138,255). Sum of RGB (Red+Green+Blue) = 236+138+255=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFF is #137500. Grayscale: #B4B4B4. Windows color (decimal): -1275137 or 16747244. OLE color: 16747244.

HSL color Cylindrical-coordinate representation of color #EC8AFF: hue angle of 290.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8AFF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236138255-
CMYK0.070.4600
HSL290.26º100%77.06%-
HSV(B)290.26º45.88%100%-
XYZ61.7343.2399.7-
YUV180.64169.97167.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 138 (54.30% from 255) = 21.94%
BLUE value IS 255 (100% from 255) = 40.54%
R=37.52%
G=21.94%
B=40.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361382550.070.4600290.2610077.06
HexEC8AFF72E00122644d
Octal35421237775600442144115
Binary1110110010001010111111111111011100010010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AFF; }

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

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

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

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

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

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

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

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