#EC8BFA

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

Shades of Violet #EC8BFA

Tints of Violet #EC8BFA

Color information

#EC8BFA (or 0xEC8BFA) is unknown color: approx Violet. HEX triplet: EC, 8B and FA. RGB value is (236,139,250). Sum of RGB (Red+Green+Blue) = 236+139+250=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC8BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BFA is #137405. Grayscale: #B4B4B4. Windows color (decimal): -1274886 or 16419820. OLE color: 16419820.

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

Color convert

RGB236139250-
CMYK0.060.4400.02
HSL292.43º91.74%76.27%-
HSV(B)292.43º44.4%98.04%-
XYZ61.0843.295.56-
YUV180.66167.14167.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 139 (54.69% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 40%
R=37.76%
G=22.24%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361392500.060.4400.02292.4391.7476.27
HexEC8BFA62C021245c4c
Octal35421337265402444134114
Binary11101100100010111111101011010110001010010010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BFA; }

 p { color: rgb(236,139,250); }

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

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

 a { background-color: rgb(236,139,250); }

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

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

 span { border-color: rgb(236,139,250); }

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