Html Css Color HEX #EB404A Amaranth

📋 copy color: '#EB404A'

red 235 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #EB404A

Tints of Amaranth #EB404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 63%
G = 17.16%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB404A (or 0xEB404A) is known color: Amaranth. HEX triplet: EB, 40 and 4A. RGB value is (235,64,74). Sum of RGB (Red+Green+Blue) = 235+64+74=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB404A is #14BFB5. Grayscale: #747474. Windows color (decimal): -1359798 or 4866283. OLE color: 4866283.

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

Color convert

RGB 235 64 74 -
CMYK 0 0.73 0.69 0.08
HSL 356.49º 0.81% 0.59% -
HSV(B) 356.49º 0.73% 0.92% -
XYZ 37.33 21.82 8.72 -
YUV 116.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 235 64 74 0 0.73 0.69 0.08 356.49 0.81 0.59
Hex EB 40 4A 0 49 45 8 164 51 3B
Octal 353 100 112 0 111 105 10 544 121 73
Binary 11101011 1000000 1001010 0 1001001 1000101 1000 101100100 1010001 111011

Color Harmonies of #EB404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB404A

Black with #EB404A

Text Example


Text Example

White with #EB404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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