Html Css Color HEX #E74344 Amaranth

📋 copy color: '#E74344'

red 231 ◦ green 67 ◦ blue 68

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

Shades of Amaranth #E74344

Tints of Amaranth #E74344

RGB

 RED value IS 231 (90.63% from 255) = 63.11%

 GREEN value IS 67 (26.56% from 255) = 18.31%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 63.11%
G = 18.31%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E74344 (or 0xE74344) is known color: Amaranth. HEX triplet: E7, 43 and 44. RGB value is (231,67,68). Sum of RGB (Red+Green+Blue) = 231+67+68=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E74344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74344 is #18BCBB. Grayscale: #747474. Windows color (decimal): -1621180 or 4473831. OLE color: 4473831.

HSL color Cylindrical-coordinate representation of color #E74344: hue angle of 359.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74344 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 67 68 -
CMYK 0 0.71 0.71 0.09
HSL 359.63º 0.77% 0.58% -
HSV(B) 359.63º 0.71% 0.91% -
XYZ 36.01 21.42 7.71 -
YUV 116.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 231 67 68 0 0.71 0.71 0.09 359.63 0.77 0.58
Hex E7 43 44 0 47 47 9 168 4D 3A
Octal 347 103 104 0 107 107 11 550 115 72
Binary 11100111 1000011 1000100 0 1000111 1000111 1001 101101000 1001101 111010

Color Harmonies of #E74344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74344

Black with #E74344

Text Example


Text Example

White with #E74344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74344; }

 p { color: rgb(231,67,68); }

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

background-color css

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

 a { background-color: rgb(231,67,68); }

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

border-color css

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

 span { border-color: rgb(231,67,68); }

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