Html Css Color HEX #EC4160 Radical Red

📋 copy color: '#EC4160'

red 236 ◦ green 65 ◦ blue 96

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

Shades of Radical Red #EC4160

Tints of Radical Red #EC4160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 59.45%
G = 16.37%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC4160 (or 0xEC4160) is known color: Radical Red. HEX triplet: EC, 41 and 60. RGB value is (236,65,96). Sum of RGB (Red+Green+Blue) = 236+65+96=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4160 is #13BE9F. Grayscale: #777777. Windows color (decimal): -1293984 or 6308332. OLE color: 6308332.

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

Color convert

RGB 236 65 96 -
CMYK 0 0.72 0.59 0.07
HSL 349.12º 0.82% 0.59% -
HSV(B) 349.12º 0.72% 0.93% -
XYZ 38.59 22.46 13.37 -
YUV 119.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 236 65 96 0 0.72 0.59 0.07 349.12 0.82 0.59
Hex EC 41 60 0 48 3B 7 15D 52 3B
Octal 354 101 140 0 110 73 7 535 122 73
Binary 11101100 1000001 1100000 0 1001000 111011 111 101011101 1010010 111011

Color Harmonies of #EC4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4160

Black with #EC4160

Text Example


Text Example

White with #EC4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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