#EF445A

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

Shades of Radical Red #EF445A

Tints of Radical Red #EF445A

Color information

#EF445A (or 0xEF445A) is unknown color: approx Radical Red. HEX triplet: EF, 44 and 5A. RGB value is (239,68,90). Sum of RGB (Red+Green+Blue) = 239+68+90=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF445A is #10BBA5. Grayscale: #797979. Windows color (decimal): -1096614 or 5915887. OLE color: 5915887.

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

Color convert

RGB2396890-
CMYK00.720.620.06
HSL352.28º84.24%60.2%-
HSV(B)352.28º71.55%93.73%-
XYZ39.5123.2212.07-
YUV121.64110.15211.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.20%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=60.20%
G=17.13%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239689000.720.620.06352.2884.2460.2
HexEF445A0483E6160543c
Octal357104132011076654012474
Binary1110111110001001011010010010001111101101011000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF445A; }

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

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

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

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

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

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

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

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