#EC4182

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

Shades of Violet Red #EC4182

Tints of Violet Red #EC4182

Color information

#EC4182 (or 0xEC4182) is unknown color: approx Violet Red. HEX triplet: EC, 41 and 82. RGB value is (236,65,130). Sum of RGB (Red+Green+Blue) = 236+65+130=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4182 is #13BE7D. Grayscale: #7B7B7B. Windows color (decimal): -1293950 or 8536556. OLE color: 8536556.

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

Color convert

RGB23665130-
CMYK00.720.450.07
HSL337.19º81.82%59.02%-
HSV(B)337.19º72.46%92.55%-
XYZ40.5123.2323.47-
YUV123.54131.65208.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=54.76%
G=15.08%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366513000.720.450.07337.1981.8259.02
HexEC41820482D7151523b
Octal354101202011055752112273
Binary11101100100000110000010010010001011011111010100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4182; }

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

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

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

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

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

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

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

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