Html Css Color HEX #EA3444 Amaranth

📋 copy color: '#EA3444'

red 234 ◦ green 52 ◦ blue 68

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

Shades of Amaranth #EA3444

Tints of Amaranth #EA3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 66.1%
G = 14.69%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3444 (or 0xEA3444) is known color: Amaranth. HEX triplet: EA, 34 and 44. RGB value is (234,52,68). Sum of RGB (Red+Green+Blue) = 234+52+68=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3444 is #15CBBB. Grayscale: #6C6C6C. Windows color (decimal): -1428412 or 4469994. OLE color: 4469994.

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

Color convert

RGB 234 52 68 -
CMYK 0 0.78 0.71 0.08
HSL 354.73º 0.81% 0.56% -
HSV(B) 354.73º 0.78% 0.92% -
XYZ 36.2 20.37 7.49 -
YUV 108.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 234 52 68 0 0.78 0.71 0.08 354.73 0.81 0.56
Hex EA 34 44 0 4E 47 8 163 51 38
Octal 352 64 104 0 116 107 10 543 121 70
Binary 11101010 110100 1000100 0 1001110 1000111 1000 101100011 1010001 111000

Color Harmonies of #EA3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3444

Black with #EA3444

Text Example


Text Example

White with #EA3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3444; }

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

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

background-color css

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

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

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

border-color css

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

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

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