#EC8AF9

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

Shades of Violet #EC8AF9

Tints of Violet #EC8AF9

Color information

#EC8AF9 (or 0xEC8AF9) is unknown color: approx Violet. HEX triplet: EC, 8A and F9. RGB value is (236,138,249). Sum of RGB (Red+Green+Blue) = 236+138+249=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC8AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF9 is #137506. Grayscale: #B3B3B3. Windows color (decimal): -1275143 or 16354028. OLE color: 16354028.

HSL color Cylindrical-coordinate representation of color #EC8AF9: hue angle of 292.97º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8AF9 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236138249-
CMYK0.050.4500.02
HSL292.97º90.24%75.88%-
HSV(B)292.97º44.58%97.65%-
XYZ60.7842.8594.69-
YUV179.96166.97167.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 138 (54.30% from 255) = 22.15%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=37.88%
G=22.15%
B=39.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361382490.050.4500.02292.9790.2475.88
HexEC8AF952D021255a4c
Octal35421237155502445132114
Binary11101100100010101111100110110110101010010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AF9; }

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

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

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

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

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

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

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

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