#EF445E

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

Shades of Radical Red #EF445E

Tints of Radical Red #EF445E

Color information

#EF445E (or 0xEF445E) is unknown color: approx Radical Red. HEX triplet: EF, 44 and 5E. RGB value is (239,68,94). Sum of RGB (Red+Green+Blue) = 239+68+94=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF445E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF445E is #10BBA1. Grayscale: #7A7A7A. Windows color (decimal): -1096610 or 6178031. OLE color: 6178031.

HSL color Cylindrical-coordinate representation of color #EF445E: hue angle of 350.88º 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 #EF445E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB2396894-
CMYK00.720.610.06
HSL350.88º84.24%60.2%-
HSV(B)350.88º71.55%93.73%-
XYZ39.6823.2912.99-
YUV122.09112.15211.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.60%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=59.60%
G=16.96%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239689400.720.610.06350.8884.2460.2
HexEF445E0483D615f543c
Octal357104136011075653712474
Binary1110111110001001011110010010001111011101010111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF445E; }

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

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

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

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

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

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

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

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