Html Css Color HEX #ED355C Amaranth

📋 copy color: '#ED355C'

red 237 ◦ green 53 ◦ blue 92

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

Shades of Amaranth #ED355C

Tints of Amaranth #ED355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

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

R = 62.04%
G = 13.87%
B = 24.08%

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

#ED355C (or 0xED355C) is known color: Amaranth. HEX triplet: ED, 35 and 5C. RGB value is (237,53,92). Sum of RGB (Red+Green+Blue) = 237+53+92=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED355C is #12CAA3. Grayscale: #707070. Windows color (decimal): -1231524 or 6043117. OLE color: 6043117.

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

Color convert

RGB 237 53 92 -
CMYK 0 0.78 0.61 0.07
HSL 347.28º 0.84% 0.57% -
HSV(B) 347.28º 0.78% 0.93% -
XYZ 38.13 21.32 12.23 -
YUV 112.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 237 53 92 0 0.78 0.61 0.07 347.28 0.84 0.57
Hex ED 35 5C 0 4E 3D 7 15B 54 39
Octal 355 65 134 0 116 75 7 533 124 71
Binary 11101101 110101 1011100 0 1001110 111101 111 101011011 1010100 111001

Color Harmonies of #ED355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED355C

Black with #ED355C

Text Example


Text Example

White with #ED355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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