#EC83FD

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

Shades of Violet #EC83FD

Tints of Violet #EC83FD

Color information

#EC83FD (or 0xEC83FD) is unknown color: approx Violet. HEX triplet: EC, 83 and FD. RGB value is (236,131,253). Sum of RGB (Red+Green+Blue) = 236+131+253=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83FD is #137C02. Grayscale: #AFAFAF. Windows color (decimal): -1276931 or 16614380. OLE color: 16614380.

HSL color Cylindrical-coordinate representation of color #EC83FD: hue angle of 291.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC83FD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236131253-
CMYK0.070.4800.01
HSL291.64º96.83%75.29%-
HSV(B)291.64º48.22%99.22%-
XYZ60.4441.1697.69-
YUV176.3171.29170.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 131 (51.56% from 255) = 21.13%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=38.06%
G=21.13%
B=40.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361312530.070.4800.01291.6496.8375.29
HexEC83FD73001124614b
Octal35420337576001444141113
Binary1110110010000011111111011111100000110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83FD; }

 p { color: rgb(236,131,253); }

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

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

 a { background-color: rgb(236,131,253); }

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

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

 span { border-color: rgb(236,131,253); }

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