#ED4064

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

Shades of Radical Red #ED4064

Tints of Radical Red #ED4064

Color information

#ED4064 (or 0xED4064) is unknown color: approx Radical Red. HEX triplet: ED, 40 and 64. RGB value is (237,64,100). Sum of RGB (Red+Green+Blue) = 237+64+100=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4064 is #12BF9B. Grayscale: #777777. Windows color (decimal): -1228700 or 6570221. OLE color: 6570221.

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

Color convert

RGB23764100-
CMYK00.730.580.07
HSL347.51º82.78%59.02%-
HSV(B)347.51º73%92.94%-
XYZ39.0622.5914.36-
YUV119.83116.81211.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.10%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=59.10%
G=15.96%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376410000.730.580.07347.5182.7859.02
HexED40640493A715c533b
Octal355100144011172753412373
Binary1110110110000001100100010010011110101111010111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4064; }

 p { color: rgb(237,64,100); }

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

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

 a { background-color: rgb(237,64,100); }

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

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

 span { border-color: rgb(237,64,100); }

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