#ED4862

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

Shades of Radical Red #ED4862

Tints of Radical Red #ED4862

Color information

#ED4862 (or 0xED4862) is unknown color: approx Radical Red. HEX triplet: ED, 48 and 62. RGB value is (237,72,98). Sum of RGB (Red+Green+Blue) = 237+72+98=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4862 is #12B79D. Grayscale: #7C7C7C. Windows color (decimal): -1226654 or 6441197. OLE color: 6441197.

HSL color Cylindrical-coordinate representation of color #ED4862: hue angle of 350.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4862 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2377298-
CMYK00.700.590.07
HSL350.55º82.09%60.59%-
HSV(B)350.55º69.62%92.94%-
XYZ39.4523.5214.02-
YUV124.3113.16208.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.23%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=58.23%
G=17.69%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237729800.700.590.07350.5582.0960.59
HexED48620463B715f523d
Octal355110142010673753712275
Binary1110110110010001100010010001101110111111010111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4862; }

 p { color: rgb(237,72,98); }

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

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

 a { background-color: rgb(237,72,98); }

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

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

 span { border-color: rgb(237,72,98); }

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