Html Css Color HEX #EA424D Amaranth

📋 copy color: '#EA424D'

red 234 ◦ green 66 ◦ blue 77

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

Shades of Amaranth #EA424D

Tints of Amaranth #EA424D

RGB

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

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

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

R = 62.07%
G = 17.51%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA424D (or 0xEA424D) is known color: Amaranth. HEX triplet: EA, 42 and 4D. RGB value is (234,66,77). Sum of RGB (Red+Green+Blue) = 234+66+77=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA424D is #15BDB2. Grayscale: #757575. Windows color (decimal): -1424819 or 5063402. OLE color: 5063402.

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

Color convert

RGB 234 66 77 -
CMYK 0 0.72 0.67 0.08
HSL 356.07º 0.8% 0.59% -
HSV(B) 356.07º 0.72% 0.92% -
XYZ 37.22 21.92 9.29 -
YUV 117.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 234 66 77 0 0.72 0.67 0.08 356.07 0.8 0.59
Hex EA 42 4D 0 48 43 8 164 50 3B
Octal 352 102 115 0 110 103 10 544 120 73
Binary 11101010 1000010 1001101 0 1001000 1000011 1000 101100100 1010000 111011

Color Harmonies of #EA424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA424D

Black with #EA424D

Text Example


Text Example

White with #EA424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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