#EF395E

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

Shades of Radical Red #EF395E

Tints of Radical Red #EF395E

Color information

#EF395E (or 0xEF395E) is unknown color: approx Radical Red. HEX triplet: EF, 39 and 5E. RGB value is (239,57,94). Sum of RGB (Red+Green+Blue) = 239+57+94=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF395E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF395E is #10C6A1. Grayscale: #737373. Windows color (decimal): -1099426 or 6175215. OLE color: 6175215.

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

Color convert

RGB2395794-
CMYK00.760.610.06
HSL347.8º85.05%58.04%-
HSV(B)347.8º76.15%93.73%-
XYZ39.0822.0912.79-
YUV115.64115.8215.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.28%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=61.28%
G=14.62%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239579400.760.610.06347.885.0558.04
HexEF395E04C3D615c553a
Octal35771136011475653412572
Binary111011111110011011110010011001111011101010111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF395E; }

 p { color: rgb(239,57,94); }

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

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

 a { background-color: rgb(239,57,94); }

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

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

 span { border-color: rgb(239,57,94); }

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