#ED445B

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

Shades of Radical Red #ED445B

Tints of Radical Red #ED445B

Color information

#ED445B (or 0xED445B) is unknown color: approx Radical Red. HEX triplet: ED, 44 and 5B. RGB value is (237,68,91). Sum of RGB (Red+Green+Blue) = 237+68+91=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED445B is #12BBA4. Grayscale: #797979. Windows color (decimal): -1227685 or 5981421. OLE color: 5981421.

HSL color Cylindrical-coordinate representation of color #ED445B: hue angle of 351.83º 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 #ED445B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2376891-
CMYK00.710.620.07
HSL351.83º82.44%59.8%-
HSV(B)351.83º71.31%92.94%-
XYZ38.8822.8912.27-
YUV121.15110.99210.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.85%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=59.85%
G=17.17%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237689100.710.620.07351.8382.4459.8
HexED445B0473E7160523c
Octal355104133010776754012274
Binary1110110110001001011011010001111111101111011000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED445B; }

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

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

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

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

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

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

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

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