#EC425C

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

Shades of Radical Red #EC425C

Tints of Radical Red #EC425C

Color information

#EC425C (or 0xEC425C) is unknown color: approx Radical Red. HEX triplet: EC, 42 and 5C. RGB value is (236,66,92). Sum of RGB (Red+Green+Blue) = 236+66+92=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425C is #13BDA3. Grayscale: #777777. Windows color (decimal): -1293732 or 6046444. OLE color: 6046444.

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

Color convert

RGB2366692-
CMYK00.720.610.07
HSL350.82º81.73%59.22%-
HSV(B)350.82º72.03%92.55%-
XYZ38.4722.512.44-
YUV119.79112.32210.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.90%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=59.90%
G=16.75%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236669200.720.610.07350.8281.7359.22
HexEC425C0483D715f523b
Octal354102134011075753712273
Binary1110110010000101011100010010001111011111010111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC425C; }

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

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

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

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

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

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

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

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