Html Css Color HEX #EC4755 Radical Red

📋 copy color: '#EC4755'

red 236 ◦ green 71 ◦ blue 85

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

Shades of Radical Red #EC4755

Tints of Radical Red #EC4755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 60.2%
G = 18.11%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC4755 (or 0xEC4755) is known color: Radical Red. HEX triplet: EC, 47 and 55. RGB value is (236,71,85). Sum of RGB (Red+Green+Blue) = 236+71+85=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4755 is #13B8AA. Grayscale: #7A7A7A. Windows color (decimal): -1292459 or 5588972. OLE color: 5588972.

HSL color Cylindrical-coordinate representation of color #EC4755: hue angle of 354.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4755 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 85 -
CMYK 0 0.70 0.64 0.07
HSL 354.91º 0.81% 0.6% -
HSV(B) 354.91º 0.7% 0.93% -
XYZ 38.49 23 11 -
YUV 121.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 236 71 85 0 0.70 0.64 0.07 354.91 0.81 0.6
Hex EC 47 55 0 46 40 7 163 51 3C
Octal 354 107 125 0 106 100 7 543 121 74
Binary 11101100 1000111 1010101 0 1000110 1000000 111 101100011 1010001 111100

Color Harmonies of #EC4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4755

Black with #EC4755

Text Example


Text Example

White with #EC4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4755; }

 p { color: rgb(236,71,85); }

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

background-color css

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

 a { background-color: rgb(236,71,85); }

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

border-color css

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

 span { border-color: rgb(236,71,85); }

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