Html Css Color HEX #ED345C Amaranth

📋 copy color: '#ED345C'

red 237 ◦ green 52 ◦ blue 92

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

Shades of Amaranth #ED345C

Tints of Amaranth #ED345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 62.2%
G = 13.65%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED345C (or 0xED345C) is known color: Amaranth. HEX triplet: ED, 34 and 5C. RGB value is (237,52,92). Sum of RGB (Red+Green+Blue) = 237+52+92=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED345C is #12CBA3. Grayscale: #6F6F6F. Windows color (decimal): -1231780 or 6042861. OLE color: 6042861.

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

Color convert

RGB 237 52 92 -
CMYK 0 0.78 0.61 0.07
HSL 347.03º 0.84% 0.57% -
HSV(B) 347.03º 0.78% 0.93% -
XYZ 38.08 21.23 12.22 -
YUV 111.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 237 52 92 0 0.78 0.61 0.07 347.03 0.84 0.57
Hex ED 34 5C 0 4E 3D 7 15B 54 39
Octal 355 64 134 0 116 75 7 533 124 71
Binary 11101101 110100 1011100 0 1001110 111101 111 101011011 1010100 111001

Color Harmonies of #ED345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED345C

Black with #ED345C

Text Example


Text Example

White with #ED345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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