#EC4960

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

Shades of Radical Red #EC4960

Tints of Radical Red #EC4960

Color information

#EC4960 (or 0xEC4960) is unknown color: approx Radical Red. HEX triplet: EC, 49 and 60. RGB value is (236,73,96). Sum of RGB (Red+Green+Blue) = 236+73+96=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4960 is #13B69F. Grayscale: #7C7C7C. Windows color (decimal): -1291936 or 6310380. OLE color: 6310380.

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

Color convert

RGB2367396-
CMYK00.690.590.07
HSL351.53º81.09%60.59%-
HSV(B)351.53º69.07%92.55%-
XYZ39.0923.4413.53-
YUV124.36112207.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.27%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=58.27%
G=18.02%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236739600.690.590.07351.5381.0960.59
HexEC49600453B7160513d
Octal354111140010573754012175
Binary1110110010010011100000010001011110111111011000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4960; }

 p { color: rgb(236,73,96); }

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

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

 a { background-color: rgb(236,73,96); }

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

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

 span { border-color: rgb(236,73,96); }

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