Html Css Color HEX #EA2843 Amaranth

📋 copy color: '#EA2843'

red 234 ◦ green 40 ◦ blue 67

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

Shades of Amaranth #EA2843

Tints of Amaranth #EA2843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 68.62%
G = 11.73%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2843 (or 0xEA2843) is known color: Amaranth. HEX triplet: EA, 28 and 43. RGB value is (234,40,67). Sum of RGB (Red+Green+Blue) = 234+40+67=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2843 is #15D7BC. Grayscale: #656565. Windows color (decimal): -1431485 or 4401386. OLE color: 4401386.

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

Color convert

RGB 234 40 67 -
CMYK 0 0.83 0.71 0.08
HSL 351.65º 0.82% 0.54% -
HSV(B) 351.65º 0.83% 0.92% -
XYZ 35.7 19.42 7.18 -
YUV 101.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 234 40 67 0 0.83 0.71 0.08 351.65 0.82 0.54
Hex EA 28 43 0 53 47 8 160 52 36
Octal 352 50 103 0 123 107 10 540 122 66
Binary 11101010 101000 1000011 0 1010011 1000111 1000 101100000 1010010 110110

Color Harmonies of #EA2843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2843

Black with #EA2843

Text Example


Text Example

White with #EA2843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2843; }

 p { color: rgb(234,40,67); }

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

background-color css

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

 a { background-color: rgb(234,40,67); }

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

border-color css

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

 span { border-color: rgb(234,40,67); }

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