Html Css Color HEX #ED365B Amaranth

📋 copy color: '#ED365B'

red 237 ◦ green 54 ◦ blue 91

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

Shades of Amaranth #ED365B

Tints of Amaranth #ED365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.14%

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

R = 62.04%
G = 14.14%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED365B (or 0xED365B) is known color: Amaranth. HEX triplet: ED, 36 and 5B. RGB value is (237,54,91). Sum of RGB (Red+Green+Blue) = 237+54+91=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED365B is #12C9A4. Grayscale: #707070. Windows color (decimal): -1231269 or 5977837. OLE color: 5977837.

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

Color convert

RGB 237 54 91 -
CMYK 0 0.77 0.62 0.07
HSL 347.87º 0.84% 0.57% -
HSV(B) 347.87º 0.77% 0.93% -
XYZ 38.13 21.4 12.02 -
YUV 112.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 237 54 91 0 0.77 0.62 0.07 347.87 0.84 0.57
Hex ED 36 5B 0 4D 3E 7 15C 54 39
Octal 355 66 133 0 115 76 7 534 124 71
Binary 11101101 110110 1011011 0 1001101 111110 111 101011100 1010100 111001

Color Harmonies of #ED365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED365B

Black with #ED365B

Text Example


Text Example

White with #ED365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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