Html Css Color HEX #ED325B Amaranth

📋 copy color: '#ED325B'

red 237 ◦ green 50 ◦ blue 91

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

Shades of Amaranth #ED325B

Tints of Amaranth #ED325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 62.7%
G = 13.23%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED325B (or 0xED325B) is known color: Amaranth. HEX triplet: ED, 32 and 5B. RGB value is (237,50,91). Sum of RGB (Red+Green+Blue) = 237+50+91=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED325B is #12CDA4. Grayscale: #6E6E6E. Windows color (decimal): -1232293 or 5976813. OLE color: 5976813.

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

Color convert

RGB 237 50 91 -
CMYK 0 0.79 0.62 0.07
HSL 346.84º 0.84% 0.56% -
HSV(B) 346.84º 0.79% 0.93% -
XYZ 37.95 21.04 11.96 -
YUV 110.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 237 50 91 0 0.79 0.62 0.07 346.84 0.84 0.56
Hex ED 32 5B 0 4F 3E 7 15B 54 38
Octal 355 62 133 0 117 76 7 533 124 70
Binary 11101101 110010 1011011 0 1001111 111110 111 101011011 1010100 111000

Color Harmonies of #ED325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED325B

Black with #ED325B

Text Example


Text Example

White with #ED325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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