Html Css Color HEX #EA3343 Amaranth

📋 copy color: '#EA3343'

red 234 ◦ green 51 ◦ blue 67

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

Shades of Amaranth #EA3343

Tints of Amaranth #EA3343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

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

R = 66.48%
G = 14.49%
B = 19.03%

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

#EA3343 (or 0xEA3343) is known color: Amaranth. HEX triplet: EA, 33 and 43. RGB value is (234,51,67). Sum of RGB (Red+Green+Blue) = 234+51+67=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3343 is #15CCBC. Grayscale: #6B6B6B. Windows color (decimal): -1428669 or 4404202. OLE color: 4404202.

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

Color convert

RGB 234 51 67 -
CMYK 0 0.78 0.71 0.08
HSL 354.75º 0.81% 0.56% -
HSV(B) 354.75º 0.78% 0.92% -
XYZ 36.13 20.27 7.32 -
YUV 107.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 234 51 67 0 0.78 0.71 0.08 354.75 0.81 0.56
Hex EA 33 43 0 4E 47 8 163 51 38
Octal 352 63 103 0 116 107 10 543 121 70
Binary 11101010 110011 1000011 0 1001110 1000111 1000 101100011 1010001 111000

Color Harmonies of #EA3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3343

Black with #EA3343

Text Example


Text Example

White with #EA3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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