#EC405A

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

Shades of Radical Red #EC405A

Tints of Radical Red #EC405A

Color information

#EC405A (or 0xEC405A) is unknown color: approx Radical Red. HEX triplet: EC, 40 and 5A. RGB value is (236,64,90). Sum of RGB (Red+Green+Blue) = 236+64+90=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC405A is #13BFA5. Grayscale: #767676. Windows color (decimal): -1294246 or 5914860. OLE color: 5914860.

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

Color convert

RGB2366490-
CMYK00.730.620.07
HSL350.93º81.9%58.82%-
HSV(B)350.93º72.88%92.55%-
XYZ38.2722.2411.95-
YUV118.39111.98211.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.51%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=60.51%
G=16.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236649000.730.620.07350.9381.958.82
HexEC405A0493E715f523b
Octal354100132011176753712273
Binary1110110010000001011010010010011111101111010111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC405A; }

 p { color: rgb(236,64,90); }

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

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

 a { background-color: rgb(236,64,90); }

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

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

 span { border-color: rgb(236,64,90); }

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