#EF3C5A

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

Shades of Radical Red #EF3C5A

Tints of Radical Red #EF3C5A

Color information

#EF3C5A (or 0xEF3C5A) is unknown color: approx Radical Red. HEX triplet: EF, 3C and 5A. RGB value is (239,60,90). Sum of RGB (Red+Green+Blue) = 239+60+90=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C5A is #10C3A5. Grayscale: #757575. Windows color (decimal): -1098662 or 5913839. OLE color: 5913839.

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

Color convert

RGB2396090-
CMYK00.750.620.06
HSL349.94º84.83%58.63%-
HSV(B)349.94º74.9%93.73%-
XYZ39.0622.3211.92-
YUV116.94112.8215.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.44%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=61.44%
G=15.42%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239609000.750.620.06349.9484.8358.63
HexEF3C5A04B3E615e553b
Octal35774132011376653612573
Binary111011111111001011010010010111111101101010111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3C5A; }

 p { color: rgb(239,60,90); }

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

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

 a { background-color: rgb(239,60,90); }

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

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

 span { border-color: rgb(239,60,90); }

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