Html Css Color HEX #EB374A Amaranth

📋 copy color: '#EB374A'

red 235 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #EB374A

Tints of Amaranth #EB374A

RGB

 RED value IS 235 (92.19% from 255) = 64.56%

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

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 64.56%
G = 15.11%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB374A (or 0xEB374A) is known color: Amaranth. HEX triplet: EB, 37 and 4A. RGB value is (235,55,74). Sum of RGB (Red+Green+Blue) = 235+55+74=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB374A is #14C8B5. Grayscale: #6F6F6F. Windows color (decimal): -1362102 or 4863979. OLE color: 4863979.

HSL color Cylindrical-coordinate representation of color #EB374A: hue angle of 353.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB374A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 74 -
CMYK 0 0.77 0.69 0.08
HSL 353.67º 0.82% 0.57% -
HSV(B) 353.67º 0.77% 0.92% -
XYZ 36.86 20.89 8.57 -
YUV 110.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 235 55 74 0 0.77 0.69 0.08 353.67 0.82 0.57
Hex EB 37 4A 0 4D 45 8 162 52 39
Octal 353 67 112 0 115 105 10 542 122 71
Binary 11101011 110111 1001010 0 1001101 1000101 1000 101100010 1010010 111001

Color Harmonies of #EB374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB374A

Black with #EB374A

Text Example


Text Example

White with #EB374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB374A; }

 p { color: rgb(235,55,74); }

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

background-color css

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

 a { background-color: rgb(235,55,74); }

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

border-color css

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

 span { border-color: rgb(235,55,74); }

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