Html Css Color HEX #E74446 Amaranth

📋 copy color: '#E74446'

red 231 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #E74446

Tints of Amaranth #E74446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 62.6%
G = 18.43%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E74446 (or 0xE74446) is known color: Amaranth. HEX triplet: E7, 44 and 46. RGB value is (231,68,70). Sum of RGB (Red+Green+Blue) = 231+68+70=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E74446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74446 is #18BBB9. Grayscale: #757575. Windows color (decimal): -1620922 or 4605159. OLE color: 4605159.

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

Color convert

RGB 231 68 70 -
CMYK 0 0.71 0.70 0.09
HSL 359.26º 0.77% 0.59% -
HSV(B) 359.26º 0.71% 0.91% -
XYZ 36.13 21.57 8.05 -
YUV 116.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 231 68 70 0 0.71 0.70 0.09 359.26 0.77 0.59
Hex E7 44 46 0 47 46 9 167 4D 3B
Octal 347 104 106 0 107 106 11 547 115 73
Binary 11100111 1000100 1000110 0 1000111 1000110 1001 101100111 1001101 111011

Color Harmonies of #E74446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74446

Black with #E74446

Text Example


Text Example

White with #E74446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74446; }

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

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

background-color css

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

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

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

border-color css

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

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

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