Html Css Color HEX #EA3345 Amaranth

📋 copy color: '#EA3345'

red 234 ◦ green 51 ◦ blue 69

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

Shades of Amaranth #EA3345

Tints of Amaranth #EA3345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 66.1%
G = 14.41%
B = 19.49%

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

#EA3345 (or 0xEA3345) is known color: Amaranth. HEX triplet: EA, 33 and 45. RGB value is (234,51,69). Sum of RGB (Red+Green+Blue) = 234+51+69=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3345 is #15CCBA. Grayscale: #6B6B6B. Windows color (decimal): -1428667 or 4535274. OLE color: 4535274.

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

Color convert

RGB 234 51 69 -
CMYK 0 0.78 0.71 0.08
HSL 354.1º 0.81% 0.56% -
HSV(B) 354.1º 0.78% 0.92% -
XYZ 36.19 20.29 7.64 -
YUV 107.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 234 51 69 0 0.78 0.71 0.08 354.1 0.81 0.56
Hex EA 33 45 0 4E 47 8 162 51 38
Octal 352 63 105 0 116 107 10 542 121 70
Binary 11101010 110011 1000101 0 1001110 1000111 1000 101100010 1010001 111000

Color Harmonies of #EA3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3345

Black with #EA3345

Text Example


Text Example

White with #EA3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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