Html Css Color HEX #EA424A Amaranth

📋 copy color: '#EA424A'

red 234 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #EA424A

Tints of Amaranth #EA424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 62.57%
G = 17.65%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA424A (or 0xEA424A) is known color: Amaranth. HEX triplet: EA, 42 and 4A. RGB value is (234,66,74). Sum of RGB (Red+Green+Blue) = 234+66+74=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA424A is #15BDB5. Grayscale: #757575. Windows color (decimal): -1424822 or 4866794. OLE color: 4866794.

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

Color convert

RGB 234 66 74 -
CMYK 0 0.72 0.68 0.08
HSL 357.14º 0.8% 0.59% -
HSV(B) 357.14º 0.72% 0.92% -
XYZ 37.12 21.88 8.75 -
YUV 117.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 234 66 74 0 0.72 0.68 0.08 357.14 0.8 0.59
Hex EA 42 4A 0 48 44 8 165 50 3B
Octal 352 102 112 0 110 104 10 545 120 73
Binary 11101010 1000010 1001010 0 1001000 1000100 1000 101100101 1010000 111011

Color Harmonies of #EA424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA424A

Black with #EA424A

Text Example


Text Example

White with #EA424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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