#ED445C

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

Shades of Radical Red #ED445C

Tints of Radical Red #ED445C

Color information

#ED445C (or 0xED445C) is unknown color: approx Radical Red. HEX triplet: ED, 44 and 5C. RGB value is (237,68,92). Sum of RGB (Red+Green+Blue) = 237+68+92=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED445C is #12BBA3. Grayscale: #797979. Windows color (decimal): -1227684 or 6046957. OLE color: 6046957.

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

Color convert

RGB2376892-
CMYK00.710.610.07
HSL351.48º82.44%59.8%-
HSV(B)351.48º71.31%92.94%-
XYZ38.9222.9112.5-
YUV121.27111.49210.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.70%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=59.70%
G=17.13%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237689200.710.610.07351.4882.4459.8
HexED445C0473D715f523c
Octal355104134010775753712274
Binary1110110110001001011100010001111111011111010111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED445C; }

 p { color: rgb(237,68,92); }

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

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

 a { background-color: rgb(237,68,92); }

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

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

 span { border-color: rgb(237,68,92); }

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