Html Css Color HEX #EA3645 Amaranth

📋 copy color: '#EA3645'

red 234 ◦ green 54 ◦ blue 69

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

Shades of Amaranth #EA3645

Tints of Amaranth #EA3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 65.55%
G = 15.13%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA3645 (or 0xEA3645) is known color: Amaranth. HEX triplet: EA, 36 and 45. RGB value is (234,54,69). Sum of RGB (Red+Green+Blue) = 234+54+69=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3645 is #15C9BA. Grayscale: #6D6D6D. Windows color (decimal): -1427899 or 4536042. OLE color: 4536042.

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

Color convert

RGB 234 54 69 -
CMYK 0 0.77 0.71 0.08
HSL 355º 0.81% 0.56% -
HSV(B) 355º 0.77% 0.92% -
XYZ 36.33 20.56 7.68 -
YUV 109.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 234 54 69 0 0.77 0.71 0.08 355 0.81 0.56
Hex EA 36 45 0 4D 47 8 163 51 38
Octal 352 66 105 0 115 107 10 543 121 70
Binary 11101010 110110 1000101 0 1001101 1000111 1000 101100011 1010001 111000

Color Harmonies of #EA3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3645

Black with #EA3645

Text Example


Text Example

White with #EA3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3645; }

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

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

background-color css

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

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

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

border-color css

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

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

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