Html Css Color HEX #EA454A Amaranth

📋 copy color: '#EA454A'

red 234 ◦ green 69 ◦ blue 74

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

Shades of Amaranth #EA454A

Tints of Amaranth #EA454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 62.07%
G = 18.3%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA454A (or 0xEA454A) is known color: Amaranth. HEX triplet: EA, 45 and 4A. RGB value is (234,69,74). Sum of RGB (Red+Green+Blue) = 234+69+74=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA454A is #15BAB5. Grayscale: #777777. Windows color (decimal): -1424054 or 4867562. OLE color: 4867562.

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

Color convert

RGB 234 69 74 -
CMYK 0 0.71 0.68 0.08
HSL 358.18º 0.8% 0.59% -
HSV(B) 358.18º 0.71% 0.92% -
XYZ 37.3 22.24 8.81 -
YUV 118.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 234 69 74 0 0.71 0.68 0.08 358.18 0.8 0.59
Hex EA 45 4A 0 47 44 8 166 50 3B
Octal 352 105 112 0 107 104 10 546 120 73
Binary 11101010 1000101 1001010 0 1000111 1000100 1000 101100110 1010000 111011

Color Harmonies of #EA454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA454A

Black with #EA454A

Text Example


Text Example

White with #EA454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA454A; }

 p { color: rgb(234,69,74); }

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

background-color css

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

 a { background-color: rgb(234,69,74); }

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

border-color css

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

 span { border-color: rgb(234,69,74); }

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