Html Css Color HEX #ED344D Amaranth

📋 copy color: '#ED344D'

red 237 ◦ green 52 ◦ blue 77

#ED344D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #ED344D

Tints of Amaranth #ED344D

RGB

 RED value IS 237 (92.97% from 255) = 64.75%

 GREEN value IS 52 (20.7% from 255) = 14.21%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 64.75%
G = 14.21%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED344D (or 0xED344D) is known color: Amaranth. HEX triplet: ED, 34 and 4D. RGB value is (237,52,77). Sum of RGB (Red+Green+Blue) = 237+52+77=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED344D is #12CBB2. Grayscale: #6E6E6E. Windows color (decimal): -1231795 or 5059821. OLE color: 5059821.

HSL color Cylindrical-coordinate representation of color #ED344D: hue angle of 351.89º 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 #ED344D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 52 77 -
CMYK 0 0.78 0.68 0.07
HSL 351.89º 0.84% 0.57% -
HSV(B) 351.89º 0.78% 0.93% -
XYZ 37.49 21 9.1 -
YUV 110.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 237 52 77 0 0.78 0.68 0.07 351.89 0.84 0.57
Hex ED 34 4D 0 4E 44 7 160 54 39
Octal 355 64 115 0 116 104 7 540 124 71
Binary 11101101 110100 1001101 0 1001110 1000100 111 101100000 1010100 111001

Color Harmonies of #ED344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED344D

Black with #ED344D

Text Example


Text Example

White with #ED344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED344D; }

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

 H1.HeaderClassName
 {
   color: #ED344D;
 }
 .AnyTagClassName
 {
   color: #ED344D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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