#EC3F84

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

Shades of Violet Red #EC3F84

Tints of Violet Red #EC3F84

Color information

#EC3F84 (or 0xEC3F84) is unknown color: approx Violet Red. HEX triplet: EC, 3F and 84. RGB value is (236,63,132). Sum of RGB (Red+Green+Blue) = 236+63+132=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3F84 is #13C07B. Grayscale: #7A7A7A. Windows color (decimal): -1294460 or 8667116. OLE color: 8667116.

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

Color convert

RGB23663132-
CMYK00.730.440.07
HSL336.07º81.99%58.63%-
HSV(B)336.07º73.31%92.55%-
XYZ40.5323.0524.14-
YUV122.59133.31208.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 63 (25% from 255) = 14.62%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=54.76%
G=14.62%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366313200.730.440.07336.0781.9958.63
HexEC3F840492C7150523b
Octal35477204011154752012273
Binary1110110011111110000100010010011011001111010100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3F84; }

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

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

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

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

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

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

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

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