Html Css Color HEX #ED325C Amaranth

📋 copy color: '#ED325C'

red 237 ◦ green 50 ◦ blue 92

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

Shades of Amaranth #ED325C

Tints of Amaranth #ED325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 62.53%
G = 13.19%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED325C (or 0xED325C) is known color: Amaranth. HEX triplet: ED, 32 and 5C. RGB value is (237,50,92). Sum of RGB (Red+Green+Blue) = 237+50+92=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED325C is #12CDA3. Grayscale: #6E6E6E. Windows color (decimal): -1232292 or 6042349. OLE color: 6042349.

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

Color convert

RGB 237 50 92 -
CMYK 0 0.79 0.61 0.07
HSL 346.52º 0.84% 0.56% -
HSV(B) 346.52º 0.79% 0.93% -
XYZ 38 21.06 12.19 -
YUV 110.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 237 50 92 0 0.79 0.61 0.07 346.52 0.84 0.56
Hex ED 32 5C 0 4F 3D 7 15B 54 38
Octal 355 62 134 0 117 75 7 533 124 70
Binary 11101101 110010 1011100 0 1001111 111101 111 101011011 1010100 111000

Color Harmonies of #ED325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED325C

Black with #ED325C

Text Example


Text Example

White with #ED325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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