Html Css Color HEX #EA474C Amaranth

📋 copy color: '#EA474C'

red 234 ◦ green 71 ◦ blue 76

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

Shades of Amaranth #EA474C

Tints of Amaranth #EA474C

RGB

 RED value IS 234 (91.8% from 255) = 61.42%

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

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

R = 61.42%
G = 18.64%
B = 19.95%

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

#EA474C (or 0xEA474C) is known color: Amaranth. HEX triplet: EA, 47 and 4C. RGB value is (234,71,76). Sum of RGB (Red+Green+Blue) = 234+71+76=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA474C is #15B8B3. Grayscale: #787878. Windows color (decimal): -1423540 or 4999146. OLE color: 4999146.

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

Color convert

RGB 234 71 76 -
CMYK 0 0.70 0.68 0.08
HSL 358.16º 0.8% 0.6% -
HSV(B) 358.16º 0.7% 0.92% -
XYZ 37.49 22.52 9.21 -
YUV 120.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 234 71 76 0 0.70 0.68 0.08 358.16 0.8 0.6
Hex EA 47 4C 0 46 44 8 166 50 3C
Octal 352 107 114 0 106 104 10 546 120 74
Binary 11101010 1000111 1001100 0 1000110 1000100 1000 101100110 1010000 111100

Color Harmonies of #EA474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA474C

Black with #EA474C

Text Example


Text Example

White with #EA474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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