#ec3a8d

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

Shades of Violet Red #EC3A8D

Tints of Violet Red #EC3A8D

Color information

#EC3A8D (or 0xEC3A8D) is unknown color: approx Violet Red. HEX triplet: EC, 3A and 8D. RGB value is (236,58,141). Sum of RGB (Red+Green+Blue) = 236+58+141=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3A8D is #13C572. Grayscale: #787878. Windows color (decimal): -1295731 or 9255660. OLE color: 9255660.

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

Color convert

RGB23658141-
CMYK00.750.400.07
HSL332.02º82.41%57.65%-
HSV(B)332.02º75.42%92.55%-
XYZ40.9122.7827.44-
YUV120.68139.47210.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.25%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=54.25%
G=13.33%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365814100.750.400.07332.0282.4157.65
HexEC3A8D04B28714c523a
Octal35472215011350751412272
Binary1110110011101010001101010010111010001111010011001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec3a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec3a8d; }

 p { color: rgb(236,58,141); }

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

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

 a { background-color: rgb(236,58,141); }

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

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

 span { border-color: rgb(236,58,141); }

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