Html Css Color HEX #EA4454 Amaranth

📋 copy color: '#EA4454'

red 234 ◦ green 68 ◦ blue 84

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

Shades of Amaranth #EA4454

Tints of Amaranth #EA4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.62%

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 60.62%
G = 17.62%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA4454 (or 0xEA4454) is known color: Amaranth. HEX triplet: EA, 44 and 54. RGB value is (234,68,84). Sum of RGB (Red+Green+Blue) = 234+68+84=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4454 is #15BBAB. Grayscale: #777777. Windows color (decimal): -1424300 or 5522666. OLE color: 5522666.

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

Color convert

RGB 234 68 84 -
CMYK 0 0.71 0.64 0.08
HSL 354.22º 0.8% 0.59% -
HSV(B) 354.22º 0.71% 0.92% -
XYZ 37.6 22.27 10.7 -
YUV 119.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 234 68 84 0 0.71 0.64 0.08 354.22 0.8 0.59
Hex EA 44 54 0 47 40 8 162 50 3B
Octal 352 104 124 0 107 100 10 542 120 73
Binary 11101010 1000100 1010100 0 1000111 1000000 1000 101100010 1010000 111011

Color Harmonies of #EA4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4454

Black with #EA4454

Text Example


Text Example

White with #EA4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4454; }

 p { color: rgb(234,68,84); }

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

background-color css

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

 a { background-color: rgb(234,68,84); }

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

border-color css

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

 span { border-color: rgb(234,68,84); }

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