#ED4348

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

Shades of Amaranth #ED4348

Tints of Amaranth #ED4348

Color information

#ED4348 (or 0xED4348) is unknown color: approx Amaranth. HEX triplet: ED, 43 and 48. RGB value is (237,67,72). Sum of RGB (Red+Green+Blue) = 237+67+72=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4348 is #12BCB7. Grayscale: #767676. Windows color (decimal): -1227960 or 4735981. OLE color: 4735981.

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

Color convert

RGB2376772-
CMYK00.720.700.07
HSL358.24º82.52%59.61%-
HSV(B)358.24º71.73%92.94%-
XYZ38.122.498.46-
YUV118.4101.82212.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.03%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=63.03%
G=17.82%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237677200.720.700.07358.2482.5259.61
HexED4348048467166533c
Octal3551031100110106754612374
Binary11101101100001110010000100100010001101111011001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4348; }

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

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

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

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

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

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

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

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