#ED4A59

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

Shades of Radical Red #ED4A59

Tints of Radical Red #ED4A59

Color information

#ED4A59 (or 0xED4A59) is unknown color: approx Radical Red. HEX triplet: ED, 4A and 59. RGB value is (237,74,89). Sum of RGB (Red+Green+Blue) = 237+74+89=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4A59 is #12B5A6. Grayscale: #7C7C7C. Windows color (decimal): -1226151 or 5851885. OLE color: 5851885.

HSL color Cylindrical-coordinate representation of color #ED4A59: hue angle of 354.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4A59 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2377489-
CMYK00.690.620.07
HSL354.48º81.91%60.98%-
HSV(B)354.48º68.78%92.94%-
XYZ39.1823.6211.95-
YUV124.45108208.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.25%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=59.25%
G=18.5%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237748900.690.620.07354.4881.9160.98
HexED4A590453E7162523d
Octal355112131010576754212275
Binary1110110110010101011001010001011111101111011000101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4A59; }

 p { color: rgb(237,74,89); }

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

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

 a { background-color: rgb(237,74,89); }

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

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

 span { border-color: rgb(237,74,89); }

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