#ed4a5c

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

Shades of Radical Red #ED4A5C

Tints of Radical Red #ED4A5C

Color information

#ED4A5C (or 0xED4A5C) is unknown color: approx Radical Red. HEX triplet: ED, 4A and 5C. RGB value is (237,74,92). Sum of RGB (Red+Green+Blue) = 237+74+92=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4A5C is #12B5A3. Grayscale: #7C7C7C. Windows color (decimal): -1226148 or 6048493. OLE color: 6048493.

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

Color convert

RGB2377492-
CMYK00.690.610.07
HSL353.37º81.91%60.98%-
HSV(B)353.37º68.78%92.94%-
XYZ39.3123.6712.62-
YUV124.79109.5208.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.81%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=58.81%
G=18.36%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237749200.690.610.07353.3781.9160.98
HexED4A5C0453D7161523d
Octal355112134010575754112275
Binary1110110110010101011100010001011111011111011000011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4a5c; }

 p { color: rgb(237,74,92); }

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

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

 a { background-color: rgb(237,74,92); }

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

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

 span { border-color: rgb(237,74,92); }

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