#ED3452

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

Shades of Amaranth #ED3452

Tints of Amaranth #ED3452

Color information

#ED3452 (or 0xED3452) is unknown color: approx Amaranth. HEX triplet: ED, 34 and 52. RGB value is (237,52,82). Sum of RGB (Red+Green+Blue) = 237+52+82=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3452 is #12CBAD. Grayscale: #6E6E6E. Windows color (decimal): -1231790 or 5387501. OLE color: 5387501.

HSL color Cylindrical-coordinate representation of color #ED3452: hue angle of 350.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3452 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB2375282-
CMYK00.780.650.07
HSL350.27º83.71%56.67%-
HSV(B)350.27º78.06%92.94%-
XYZ37.6821.0710.06-
YUV110.74111.79218.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.88%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=63.88%
G=14.02%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237528200.780.650.07350.2783.7156.67
HexED345204E41715e5439
Octal355641220116101753612471
Binary1110110111010010100100100111010000011111010111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3452; }

 p { color: rgb(237,52,82); }

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

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

 a { background-color: rgb(237,52,82); }

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

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

 span { border-color: rgb(237,52,82); }

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