#EC84FB

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

Shades of Violet #EC84FB

Tints of Violet #EC84FB

Color information

#EC84FB (or 0xEC84FB) is unknown color: approx Violet. HEX triplet: EC, 84 and FB. RGB value is (236,132,251). Sum of RGB (Red+Green+Blue) = 236+132+251=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC84FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FB is #137B04. Grayscale: #B0B0B0. Windows color (decimal): -1276677 or 16483564. OLE color: 16483564.

HSL color Cylindrical-coordinate representation of color #EC84FB: hue angle of 292.44º degrees, saturation: 0.94, 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 #EC84FB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236132251-
CMYK0.060.4700.02
HSL292.44º93.7%75.1%-
HSV(B)292.44º47.41%98.43%-
XYZ60.2641.396.06-
YUV176.66169.96170.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 132 (51.95% from 255) = 21.32%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=38.13%
G=21.32%
B=40.55%

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
Decimal2361322510.060.4700.02292.4493.775.1
HexEC84FB62F021245e4b
Octal35420437365702444136113
Binary11101100100001001111101111010111101010010010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84FB; }

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

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

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

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

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

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

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

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