#ef426a

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

Shades of Radical Red #EF426A

Tints of Radical Red #EF426A

Color information

#EF426A (or 0xEF426A) is unknown color: approx Radical Red. HEX triplet: EF, 42 and 6A. RGB value is (239,66,106). Sum of RGB (Red+Green+Blue) = 239+66+106=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF426A is #10BD95. Grayscale: #7A7A7A. Windows color (decimal): -1097110 or 6963951. OLE color: 6963951.

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

Color convert

RGB23966106-
CMYK00.720.560.06
HSL346.13º84.39%59.8%-
HSV(B)346.13º72.38%93.73%-
XYZ40.1523.2916.01-
YUV122.29118.81211.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=58.15%
G=16.06%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396610600.720.560.06346.1384.3959.8
HexEF426A04838615a543c
Octal357102152011070653212474
Binary1110111110000101101010010010001110001101010110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef426a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef426a; }

 p { color: rgb(239,66,106); }

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

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

 a { background-color: rgb(239,66,106); }

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

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

 span { border-color: rgb(239,66,106); }

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