Html Css Color HEX #EA3844 Amaranth

📋 copy color: '#EA3844'

red 234 ◦ green 56 ◦ blue 68

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

Shades of Amaranth #EA3844

Tints of Amaranth #EA3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 65.36%
G = 15.64%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3844 (or 0xEA3844) is known color: Amaranth. HEX triplet: EA, 38 and 44. RGB value is (234,56,68). Sum of RGB (Red+Green+Blue) = 234+56+68=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3844 is #15C7BB. Grayscale: #6E6E6E. Windows color (decimal): -1427388 or 4471018. OLE color: 4471018.

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

Color convert

RGB 234 56 68 -
CMYK 0 0.76 0.71 0.08
HSL 355.96º 0.81% 0.57% -
HSV(B) 355.96º 0.76% 0.92% -
XYZ 36.39 20.74 7.55 -
YUV 110.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 234 56 68 0 0.76 0.71 0.08 355.96 0.81 0.57
Hex EA 38 44 0 4C 47 8 164 51 39
Octal 352 70 104 0 114 107 10 544 121 71
Binary 11101010 111000 1000100 0 1001100 1000111 1000 101100100 1010001 111001

Color Harmonies of #EA3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3844

Black with #EA3844

Text Example


Text Example

White with #EA3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3844; }

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

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

background-color css

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

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

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

border-color css

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

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

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