#EC3982

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

Shades of Violet Red #EC3982

Tints of Violet Red #EC3982

Color information

#EC3982 (or 0xEC3982) is unknown color: approx Violet Red. HEX triplet: EC, 39 and 82. RGB value is (236,57,130). Sum of RGB (Red+Green+Blue) = 236+57+130=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3982 is #13C67D. Grayscale: #767676. Windows color (decimal): -1295998 or 8534508. OLE color: 8534508.

HSL color Cylindrical-coordinate representation of color #EC3982: hue angle of 335.53º 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 #EC3982 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB23657130-
CMYK00.760.450.07
HSL335.53º82.49%57.45%-
HSV(B)335.53º75.85%92.55%-
XYZ40.0822.3723.32-
YUV118.84134.3211.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.79%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=55.79%
G=13.48%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365713000.760.450.07335.5382.4957.45
HexEC398204C2D71505239
Octal35471202011455752012271
Binary1110110011100110000010010011001011011111010100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3982; }

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

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

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

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

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

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

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

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