Html Css Color HEX #EC4964 Radical Red

📋 copy color: '#EC4964'

red 236 ◦ green 73 ◦ blue 100

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

Shades of Radical Red #EC4964

Tints of Radical Red #EC4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 57.7%
G = 17.85%
B = 24.45%

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

#EC4964 (or 0xEC4964) is known color: Radical Red. HEX triplet: EC, 49 and 64. RGB value is (236,73,100). Sum of RGB (Red+Green+Blue) = 236+73+100=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4964 is #13B69B. Grayscale: #7C7C7C. Windows color (decimal): -1291932 or 6572524. OLE color: 6572524.

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

Color convert

RGB 236 73 100 -
CMYK 0 0.69 0.58 0.07
HSL 350.06º 0.81% 0.61% -
HSV(B) 350.06º 0.69% 0.93% -
XYZ 39.27 23.52 14.53 -
YUV 124.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 236 73 100 0 0.69 0.58 0.07 350.06 0.81 0.61
Hex EC 49 64 0 45 3A 7 15E 51 3D
Octal 354 111 144 0 105 72 7 536 121 75
Binary 11101100 1001001 1100100 0 1000101 111010 111 101011110 1010001 111101

Color Harmonies of #EC4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4964

Black with #EC4964

Text Example


Text Example

White with #EC4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4964; }

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

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

background-color css

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

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

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

border-color css

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

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

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