Html Css Color HEX #EB474D Amaranth

📋 copy color: '#EB474D'

red 235 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #EB474D

Tints of Amaranth #EB474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 61.36%
G = 18.54%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB474D (or 0xEB474D) is known color: Amaranth. HEX triplet: EB, 47 and 4D. RGB value is (235,71,77). Sum of RGB (Red+Green+Blue) = 235+71+77=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB474D is #14B8B2. Grayscale: #787878. Windows color (decimal): -1358003 or 5064683. OLE color: 5064683.

HSL color Cylindrical-coordinate representation of color #EB474D: hue angle of 357.8º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB474D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 77 -
CMYK 0 0.70 0.67 0.08
HSL 357.8º 0.8% 0.6% -
HSV(B) 357.8º 0.7% 0.92% -
XYZ 37.85 22.7 9.41 -
YUV 120.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 235 71 77 0 0.70 0.67 0.08 357.8 0.8 0.6
Hex EB 47 4D 0 46 43 8 166 50 3C
Octal 353 107 115 0 106 103 10 546 120 74
Binary 11101011 1000111 1001101 0 1000110 1000011 1000 101100110 1010000 111100

Color Harmonies of #EB474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB474D

Black with #EB474D

Text Example


Text Example

White with #EB474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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