Html Css Color HEX #EC4A60 Radical Red

📋 copy color: '#EC4A60'

red 236 ◦ green 74 ◦ blue 96

#EC4A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #EC4A60

Tints of Radical Red #EC4A60

RGB

 RED value IS 236 (92.58% from 255) = 58.13%

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 58.13%
G = 18.23%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC4A60 (or 0xEC4A60) is known color: Radical Red. HEX triplet: EC, 4A and 60. RGB value is (236,74,96). Sum of RGB (Red+Green+Blue) = 236+74+96=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A60 is #13B59F. Grayscale: #7D7D7D. Windows color (decimal): -1291680 or 6310636. OLE color: 6310636.

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

Color convert

RGB 236 74 96 -
CMYK 0 0.69 0.59 0.07
HSL 351.85º 0.81% 0.61% -
HSV(B) 351.85º 0.69% 0.93% -
XYZ 39.15 23.57 13.55 -
YUV 124.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 236 74 96 0 0.69 0.59 0.07 351.85 0.81 0.61
Hex EC 4A 60 0 45 3B 7 160 51 3D
Octal 354 112 140 0 105 73 7 540 121 75
Binary 11101100 1001010 1100000 0 1000101 111011 111 101100000 1010001 111101

Color Harmonies of #EC4A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A60

Black with #EC4A60

Text Example


Text Example

White with #EC4A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A60; }

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

 H1.HeaderClassName
 {
   color: #EC4A60;
 }
 .AnyTagClassName
 {
   color: #EC4A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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