#ED385B

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

Shades of Radical Red #ED385B

Tints of Radical Red #ED385B

Color information

#ED385B (or 0xED385B) is unknown color: approx Radical Red. HEX triplet: ED, 38 and 5B. RGB value is (237,56,91). Sum of RGB (Red+Green+Blue) = 237+56+91=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED385B is #12C7A4. Grayscale: #727272. Windows color (decimal): -1230757 or 5978349. OLE color: 5978349.

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

Color convert

RGB2375691-
CMYK00.760.620.07
HSL348.4º83.41%57.45%-
HSV(B)348.4º76.37%92.94%-
XYZ38.2321.5912.05-
YUV114.11114.97215.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.72%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=61.72%
G=14.58%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237569100.760.620.07348.483.4157.45
HexED385B04C3E715c5339
Octal35570133011476753412371
Binary111011011110001011011010011001111101111010111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED385B; }

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

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

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

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

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

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

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

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