#EC425E

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

Shades of Radical Red #EC425E

Tints of Radical Red #EC425E

Color information

#EC425E (or 0xEC425E) is unknown color: approx Radical Red. HEX triplet: EC, 42 and 5E. RGB value is (236,66,94). Sum of RGB (Red+Green+Blue) = 236+66+94=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425E is #13BDA1. Grayscale: #787878. Windows color (decimal): -1293730 or 6177516. OLE color: 6177516.

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

Color convert

RGB2366694-
CMYK00.720.600.07
HSL350.12º81.73%59.22%-
HSV(B)350.12º72.03%92.55%-
XYZ38.5622.5412.91-
YUV120.02113.32210.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.60%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=59.60%
G=16.67%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236669400.720.600.07350.1281.7359.22
HexEC425E0483C715e523b
Octal354102136011074753612273
Binary1110110010000101011110010010001111001111010111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC425E; }

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

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

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

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

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

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

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

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