Html Css Color HEX #EB404D Amaranth

📋 copy color: '#EB404D'

red 235 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #EB404D

Tints of Amaranth #EB404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 62.5%
G = 17.02%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB404D (or 0xEB404D) is known color: Amaranth. HEX triplet: EB, 40 and 4D. RGB value is (235,64,77). Sum of RGB (Red+Green+Blue) = 235+64+77=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB404D is #14BFB2. Grayscale: #747474. Windows color (decimal): -1359795 or 5062891. OLE color: 5062891.

HSL color Cylindrical-coordinate representation of color #EB404D: hue angle of 355.44º 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 #EB404D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 77 -
CMYK 0 0.73 0.67 0.08
HSL 355.44º 0.81% 0.59% -
HSV(B) 355.44º 0.73% 0.92% -
XYZ 37.43 21.86 9.27 -
YUV 116.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 235 64 77 0 0.73 0.67 0.08 355.44 0.81 0.59
Hex EB 40 4D 0 49 43 8 163 51 3B
Octal 353 100 115 0 111 103 10 543 121 73
Binary 11101011 1000000 1001101 0 1001001 1000011 1000 101100011 1010001 111011

Color Harmonies of #EB404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB404D

Black with #EB404D

Text Example


Text Example

White with #EB404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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