#EC3986

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

Shades of Violet Red #EC3986

Tints of Violet Red #EC3986

Color information

#EC3986 (or 0xEC3986) is unknown color: approx Violet Red. HEX triplet: EC, 39 and 86. RGB value is (236,57,134). Sum of RGB (Red+Green+Blue) = 236+57+134=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3986 is #13C679. Grayscale: #777777. Windows color (decimal): -1295994 or 8796652. OLE color: 8796652.

HSL color Cylindrical-coordinate representation of color #EC3986: hue angle of 334.19º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3986 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23657134-
CMYK00.760.430.07
HSL334.19º82.49%57.45%-
HSV(B)334.19º75.85%92.55%-
XYZ40.3622.4824.77-
YUV119.3136.3211.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=55.27%
G=13.35%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365713400.760.430.07334.1982.4957.45
HexEC398604C2B714e5239
Octal35471206011453751612271
Binary1110110011100110000110010011001010111111010011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3986; }

 p { color: rgb(236,57,134); }

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

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

 a { background-color: rgb(236,57,134); }

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

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

 span { border-color: rgb(236,57,134); }

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