#EC9BFA

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

Shades of Violet #EC9BFA

Tints of Violet #EC9BFA

Color information

#EC9BFA (or 0xEC9BFA) is unknown color: approx Violet. HEX triplet: EC, 9B and FA. RGB value is (236,155,250). Sum of RGB (Red+Green+Blue) = 236+155+250=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFA is #136405. Grayscale: #BDBDBD. Windows color (decimal): -1270790 or 16423916. OLE color: 16423916.

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

Color convert

RGB236155250-
CMYK0.060.3800.02
HSL291.16º90.48%79.41%-
HSV(B)291.16º38%98.04%-
XYZ63.5748.1896.39-
YUV190.05161.84160.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 155 (60.94% from 255) = 24.18%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=36.82%
G=24.18%
B=39.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361552500.060.3800.02291.1690.4879.41
HexEC9BFA626021235a4f
Octal35423337264602443132117
Binary11101100100110111111101011010011001010010001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BFA; }

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

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

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

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

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

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

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

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