Html Css Color HEX #EC375B Amaranth

📋 copy color: '#EC375B'

red 236 ◦ green 55 ◦ blue 91

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

Shades of Amaranth #EC375B

Tints of Amaranth #EC375B

RGB

 RED value IS 236 (92.58% from 255) = 61.78%

 GREEN value IS 55 (21.88% from 255) = 14.4%

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

R = 61.78%
G = 14.4%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC375B (or 0xEC375B) is known color: Amaranth. HEX triplet: EC, 37 and 5B. RGB value is (236,55,91). Sum of RGB (Red+Green+Blue) = 236+55+91=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC375B is #13C8A4. Grayscale: #717171. Windows color (decimal): -1296549 or 5978092. OLE color: 5978092.

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

Color convert

RGB 236 55 91 -
CMYK 0 0.77 0.61 0.07
HSL 348.07º 0.83% 0.57% -
HSV(B) 348.07º 0.77% 0.93% -
XYZ 37.85 21.32 12.02 -
YUV 113.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 236 55 91 0 0.77 0.61 0.07 348.07 0.83 0.57
Hex EC 37 5B 0 4D 3D 7 15C 53 39
Octal 354 67 133 0 115 75 7 534 123 71
Binary 11101100 110111 1011011 0 1001101 111101 111 101011100 1010011 111001

Color Harmonies of #EC375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC375B

Black with #EC375B

Text Example


Text Example

White with #EC375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC375B; }

 p { color: rgb(236,55,91); }

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

background-color css

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

 a { background-color: rgb(236,55,91); }

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

border-color css

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

 span { border-color: rgb(236,55,91); }

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