Html Css Color HEX #EC4A64 Radical Red

📋 copy color: '#EC4A64'

red 236 ◦ green 74 ◦ blue 100

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

Shades of Radical Red #EC4A64

Tints of Radical Red #EC4A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 57.56%
G = 18.05%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC4A64 (or 0xEC4A64) is known color: Radical Red. HEX triplet: EC, 4A and 64. RGB value is (236,74,100). Sum of RGB (Red+Green+Blue) = 236+74+100=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A64 is #13B59B. Grayscale: #7D7D7D. Windows color (decimal): -1291676 or 6572780. OLE color: 6572780.

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

Color convert

RGB 236 74 100 -
CMYK 0 0.69 0.58 0.07
HSL 350.37º 0.81% 0.61% -
HSV(B) 350.37º 0.69% 0.93% -
XYZ 39.34 23.65 14.55 -
YUV 125.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 236 74 100 0 0.69 0.58 0.07 350.37 0.81 0.61
Hex EC 4A 64 0 45 3A 7 15E 51 3D
Octal 354 112 144 0 105 72 7 536 121 75
Binary 11101100 1001010 1100100 0 1000101 111010 111 101011110 1010001 111101

Color Harmonies of #EC4A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A64

Black with #EC4A64

Text Example


Text Example

White with #EC4A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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