#ED4364

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

Shades of Radical Red #ED4364

Tints of Radical Red #ED4364

Color information

#ED4364 (or 0xED4364) is unknown color: approx Radical Red. HEX triplet: ED, 43 and 64. RGB value is (237,67,100). Sum of RGB (Red+Green+Blue) = 237+67+100=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4364 is #12BC9B. Grayscale: #797979. Windows color (decimal): -1227932 or 6570989. OLE color: 6570989.

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

Color convert

RGB23767100-
CMYK00.720.580.07
HSL348.35º82.52%59.61%-
HSV(B)348.35º71.73%92.94%-
XYZ39.2322.9414.42-
YUV121.59115.82210.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.66%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=58.66%
G=16.58%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376710000.720.580.07348.3582.5259.61
HexED43640483A715c533c
Octal355103144011072753412374
Binary1110110110000111100100010010001110101111010111001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4364; }

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

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

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

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

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

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

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

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