Html Css Color HEX #EA4144 Amaranth

📋 copy color: '#EA4144'

red 234 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #EA4144

Tints of Amaranth #EA4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 63.76%
G = 17.71%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4144 (or 0xEA4144) is known color: Amaranth. HEX triplet: EA, 41 and 44. RGB value is (234,65,68). Sum of RGB (Red+Green+Blue) = 234+65+68=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4144 is #15BEBB. Grayscale: #747474. Windows color (decimal): -1425084 or 4473322. OLE color: 4473322.

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

Color convert

RGB 234 65 68 -
CMYK 0 0.72 0.71 0.08
HSL 358.93º 0.8% 0.59% -
HSV(B) 358.93º 0.72% 0.92% -
XYZ 36.87 21.69 7.71 -
YUV 115.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 234 65 68 0 0.72 0.71 0.08 358.93 0.8 0.59
Hex EA 41 44 0 48 47 8 167 50 3B
Octal 352 101 104 0 110 107 10 547 120 73
Binary 11101010 1000001 1000100 0 1001000 1000111 1000 101100111 1010000 111011

Color Harmonies of #EA4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4144

Black with #EA4144

Text Example


Text Example

White with #EA4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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