#EC4965

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

Shades of Radical Red #EC4965

Tints of Radical Red #EC4965

Color information

#EC4965 (or 0xEC4965) is unknown color: approx Radical Red. HEX triplet: EC, 49 and 65. RGB value is (236,73,101). Sum of RGB (Red+Green+Blue) = 236+73+101=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4965 is #13B69A. Grayscale: #7C7C7C. Windows color (decimal): -1291931 or 6638060. OLE color: 6638060.

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

Color convert

RGB23673101-
CMYK00.690.570.07
HSL349.69º81.09%60.59%-
HSV(B)349.69º69.07%92.55%-
XYZ39.3223.5414.78-
YUV124.93114.5207.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=57.56%
G=17.80%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367310100.690.570.07349.6981.0960.59
HexEC496504539715e513d
Octal354111145010571753612175
Binary1110110010010011100101010001011110011111010111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4965; }

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

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

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

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

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

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

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

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