#EC3C5C

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

Shades of Radical Red #EC3C5C

Tints of Radical Red #EC3C5C

Color information

#EC3C5C (or 0xEC3C5C) is unknown color: approx Radical Red. HEX triplet: EC, 3C and 5C. RGB value is (236,60,92). Sum of RGB (Red+Green+Blue) = 236+60+92=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C5C is #13C3A3. Grayscale: #747474. Windows color (decimal): -1295268 or 6044908. OLE color: 6044908.

HSL color Cylindrical-coordinate representation of color #EC3C5C: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C5C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2366092-
CMYK00.750.610.07
HSL349.09º82.24%58.04%-
HSV(B)349.09º74.58%92.55%-
XYZ38.1421.8412.33-
YUV116.27114.31213.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.82%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=60.82%
G=15.46%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236609200.750.610.07349.0982.2458.04
HexEC3C5C04B3D715d523a
Octal35474134011375753512272
Binary111011001111001011100010010111111011111010111011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3C5C; }

 p { color: rgb(236,60,92); }

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

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

 a { background-color: rgb(236,60,92); }

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

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

 span { border-color: rgb(236,60,92); }

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