#EC4855

Color #EC4855 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #EC4855

Tints of Radical Red #EC4855

Color information

#EC4855 (or 0xEC4855) is unknown color: approx Radical Red. HEX triplet: EC, 48 and 55. RGB value is (236,72,85). Sum of RGB (Red+Green+Blue) = 236+72+85=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4855 is #13B7AA. Grayscale: #7A7A7A. Windows color (decimal): -1292203 or 5589228. OLE color: 5589228.

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

Color convert

RGB2367285-
CMYK00.690.640.07
HSL355.24º81.19%60.39%-
HSV(B)355.24º69.49%92.55%-
XYZ38.5523.1211.03-
YUV122.52106.83208.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.05%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=60.05%
G=18.32%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236728500.690.640.07355.2481.1960.39
HexEC4855045407163513c
Octal3541101250105100754312174
Binary11101100100100010101010100010110000001111011000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4855; }

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

 H1.HeaderClassName
 {
   color: #EC4855;
 }
 .AnyTagClassName
 {
   color: #EC4855;
 }
</style>
background-color css

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

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

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

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

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

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