#EF405C

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

Shades of Radical Red #EF405C

Tints of Radical Red #EF405C

Color information

#EF405C (or 0xEF405C) is unknown color: approx Radical Red. HEX triplet: EF, 40 and 5C. RGB value is (239,64,92). Sum of RGB (Red+Green+Blue) = 239+64+92=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF405C is #10BFA3. Grayscale: #777777. Windows color (decimal): -1097636 or 6045935. OLE color: 6045935.

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

Color convert

RGB2396492-
CMYK00.730.620.06
HSL350.4º84.54%59.41%-
HSV(B)350.4º73.22%93.73%-
XYZ39.3622.7912.45-
YUV119.52112.48213.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.51%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=60.51%
G=16.20%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239649200.730.620.06350.484.5459.41
HexEF405C0493E615e553b
Octal357100134011176653612573
Binary1110111110000001011100010010011111101101010111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF405C; }

 p { color: rgb(239,64,92); }

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

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

 a { background-color: rgb(239,64,92); }

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

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

 span { border-color: rgb(239,64,92); }

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