#EC3B82

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

Shades of Violet Red #EC3B82

Tints of Violet Red #EC3B82

Color information

#EC3B82 (or 0xEC3B82) is unknown color: approx Violet Red. HEX triplet: EC, 3B and 82. RGB value is (236,59,130). Sum of RGB (Red+Green+Blue) = 236+59+130=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B82 is #13C47D. Grayscale: #777777. Windows color (decimal): -1295486 or 8535020. OLE color: 8535020.

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

Color convert

RGB23659130-
CMYK00.750.450.07
HSL335.93º82.33%57.84%-
HSV(B)335.93º75%92.55%-
XYZ40.1922.5723.36-
YUV120.02133.64210.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=55.53%
G=13.88%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365913000.750.450.07335.9382.3357.84
HexEC3B8204B2D7150523a
Octal35473202011355752012272
Binary1110110011101110000010010010111011011111010100001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B82; }

 p { color: rgb(236,59,130); }

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

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

 a { background-color: rgb(236,59,130); }

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

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

 span { border-color: rgb(236,59,130); }

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