#ED425A

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

Shades of Radical Red #ED425A

Tints of Radical Red #ED425A

Color information

#ED425A (or 0xED425A) is unknown color: approx Radical Red. HEX triplet: ED, 42 and 5A. RGB value is (237,66,90). Sum of RGB (Red+Green+Blue) = 237+66+90=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED425A is #12BDA5. Grayscale: #777777. Windows color (decimal): -1228198 or 5915373. OLE color: 5915373.

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

Color convert

RGB2376690-
CMYK00.720.620.07
HSL351.58º82.61%59.41%-
HSV(B)351.58º72.15%92.94%-
XYZ38.7222.6412-
YUV119.86111.15211.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.31%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=60.31%
G=16.79%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237669000.720.620.07351.5882.6159.41
HexED425A0483E7160533b
Octal355102132011076754012373
Binary1110110110000101011010010010001111101111011000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED425A; }

 p { color: rgb(237,66,90); }

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

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

 a { background-color: rgb(237,66,90); }

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

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

 span { border-color: rgb(237,66,90); }

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