#ED455E

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

Shades of Radical Red #ED455E

Tints of Radical Red #ED455E

Color information

#ED455E (or 0xED455E) is unknown color: approx Radical Red. HEX triplet: ED, 45 and 5E. RGB value is (237,69,94). Sum of RGB (Red+Green+Blue) = 237+69+94=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED455E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED455E is #12BAA1. Grayscale: #7A7A7A. Windows color (decimal): -1227426 or 6178285. OLE color: 6178285.

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

Color convert

RGB2376994-
CMYK00.710.600.07
HSL351.07º82.35%60%-
HSV(B)351.07º70.89%92.94%-
XYZ39.0723.0712.98-
YUV122.08112.16209.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.25%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=59.25%
G=17.25%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237699400.710.600.07351.0782.3560
HexED455E0473C715f523c
Octal355105136010774753712274
Binary1110110110001011011110010001111111001111010111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED455E; }

 p { color: rgb(237,69,94); }

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

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

 a { background-color: rgb(237,69,94); }

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

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

 span { border-color: rgb(237,69,94); }

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