Html Css Color HEX #E3454A Amaranth

📋 copy color: '#E3454A'

red 227 ◦ green 69 ◦ blue 74

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

Shades of Amaranth #E3454A

Tints of Amaranth #E3454A

RGB

 RED value IS 227 (89.06% from 255) = 61.35%

 GREEN value IS 69 (27.34% from 255) = 18.65%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 61.35%
G = 18.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3454A (or 0xE3454A) is known color: Amaranth. HEX triplet: E3, 45 and 4A. RGB value is (227,69,74). Sum of RGB (Red+Green+Blue) = 227+69+74=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3454A is #1CBAB5. Grayscale: #747474. Windows color (decimal): -1882806 or 4867555. OLE color: 4867555.

HSL color Cylindrical-coordinate representation of color #E3454A: hue angle of 358.1º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3454A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 69 74 -
CMYK 0 0.70 0.67 0.11
HSL 358.1º 0.74% 0.58% -
HSV(B) 358.1º 0.7% 0.89% -
XYZ 35.04 21.08 8.7 -
YUV 116.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 227 69 74 0 0.70 0.67 0.11 358.1 0.74 0.58
Hex E3 45 4A 0 46 43 B 166 4A 3A
Octal 343 105 112 0 106 103 13 546 112 72
Binary 11100011 1000101 1001010 0 1000110 1000011 1011 101100110 1001010 111010

Color Harmonies of #E3454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3454A

Black with #E3454A

Text Example


Text Example

White with #E3454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3454A; }

 p { color: rgb(227,69,74); }

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

background-color css

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

 a { background-color: rgb(227,69,74); }

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

border-color css

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

 span { border-color: rgb(227,69,74); }

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