#EC84FA

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

Shades of Violet #EC84FA

Tints of Violet #EC84FA

Color information

#EC84FA (or 0xEC84FA) is unknown color: approx Violet. HEX triplet: EC, 84 and FA. RGB value is (236,132,250). Sum of RGB (Red+Green+Blue) = 236+132+250=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FA is #137B05. Grayscale: #B0B0B0. Windows color (decimal): -1276678 or 16418028. OLE color: 16418028.

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

Color convert

RGB236132250-
CMYK0.060.4700.02
HSL292.88º92.19%74.9%-
HSV(B)292.88º47.2%98.04%-
XYZ60.141.2495.23-
YUV176.55169.46170.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 132 (51.95% from 255) = 21.36%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=38.19%
G=21.36%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361322500.060.4700.02292.8892.1974.9
HexEC84FA62F021255c4b
Octal35420437265702445134113
Binary11101100100001001111101011010111101010010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84FA; }

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

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

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

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

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

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

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

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