Html Css Color HEX #EB474C Amaranth

📋 copy color: '#EB474C'

red 235 ◦ green 71 ◦ blue 76

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

Shades of Amaranth #EB474C

Tints of Amaranth #EB474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 61.52%
G = 18.59%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB474C (or 0xEB474C) is known color: Amaranth. HEX triplet: EB, 47 and 4C. RGB value is (235,71,76). Sum of RGB (Red+Green+Blue) = 235+71+76=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB474C is #14B8B3. Grayscale: #787878. Windows color (decimal): -1358004 or 4999147. OLE color: 4999147.

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

Color convert

RGB 235 71 76 -
CMYK 0 0.70 0.68 0.08
HSL 358.17º 0.8% 0.6% -
HSV(B) 358.17º 0.7% 0.92% -
XYZ 37.82 22.69 9.22 -
YUV 120.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 235 71 76 0 0.70 0.68 0.08 358.17 0.8 0.6
Hex EB 47 4C 0 46 44 8 166 50 3C
Octal 353 107 114 0 106 104 10 546 120 74
Binary 11101011 1000111 1001100 0 1000110 1000100 1000 101100110 1010000 111100

Color Harmonies of #EB474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB474C

Black with #EB474C

Text Example


Text Example

White with #EB474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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