#EC4284

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

Shades of Violet Red #EC4284

Tints of Violet Red #EC4284

Color information

#EC4284 (or 0xEC4284) is unknown color: approx Violet Red. HEX triplet: EC, 42 and 84. RGB value is (236,66,132). Sum of RGB (Red+Green+Blue) = 236+66+132=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4284 is #13BD7B. Grayscale: #7C7C7C. Windows color (decimal): -1293692 or 8667884. OLE color: 8667884.

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

Color convert

RGB23666132-
CMYK00.720.440.07
HSL336.71º81.73%59.22%-
HSV(B)336.71º72.03%92.55%-
XYZ40.7123.424.2-
YUV124.35132.32207.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.38%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=54.38%
G=15.21%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366613200.720.440.07336.7181.7359.22
HexEC42840482C7151523b
Octal354102204011054752112273
Binary11101100100001010000100010010001011001111010100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4284; }

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

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

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

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

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

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

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

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