#ED3F5B

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

Shades of Radical Red #ED3F5B

Tints of Radical Red #ED3F5B

Color information

#ED3F5B (or 0xED3F5B) is unknown color: approx Radical Red. HEX triplet: ED, 3F and 5B. RGB value is (237,63,91). Sum of RGB (Red+Green+Blue) = 237+63+91=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F5B is #12C0A4. Grayscale: #767676. Windows color (decimal): -1228965 or 5980141. OLE color: 5980141.

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

Color convert

RGB2376391-
CMYK00.730.620.07
HSL350.34º82.86%58.82%-
HSV(B)350.34º73.42%92.94%-
XYZ38.5922.3112.17-
YUV118.22112.65212.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.61%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=60.61%
G=16.11%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237639100.730.620.07350.3482.8658.82
HexED3F5B0493E715e533b
Octal35577133011176753612373
Binary111011011111111011011010010011111101111010111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F5B; }

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

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

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

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

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

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

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

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