Html Css Color HEX #EC4961 Radical Red

📋 copy color: '#EC4961'

red 236 ◦ green 73 ◦ blue 97

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

Shades of Radical Red #EC4961

Tints of Radical Red #EC4961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 58.13%
G = 17.98%
B = 23.89%

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

#EC4961 (or 0xEC4961) is known color: Radical Red. HEX triplet: EC, 49 and 61. RGB value is (236,73,97). Sum of RGB (Red+Green+Blue) = 236+73+97=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4961 is #13B69E. Grayscale: #7C7C7C. Windows color (decimal): -1291935 or 6375916. OLE color: 6375916.

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

Color convert

RGB 236 73 97 -
CMYK 0 0.69 0.59 0.07
HSL 351.17º 0.81% 0.61% -
HSV(B) 351.17º 0.69% 0.93% -
XYZ 39.13 23.46 13.78 -
YUV 124.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 236 73 97 0 0.69 0.59 0.07 351.17 0.81 0.61
Hex EC 49 61 0 45 3B 7 15F 51 3D
Octal 354 111 141 0 105 73 7 537 121 75
Binary 11101100 1001001 1100001 0 1000101 111011 111 101011111 1010001 111101

Color Harmonies of #EC4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4961

Black with #EC4961

Text Example


Text Example

White with #EC4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4961; }

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

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

background-color css

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

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

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

border-color css

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

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

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