Html Css Color HEX #E74244 Amaranth

📋 copy color: '#E74244'

red 231 ◦ green 66 ◦ blue 68

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

Shades of Amaranth #E74244

Tints of Amaranth #E74244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

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

R = 63.29%
G = 18.08%
B = 18.63%

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

#E74244 (or 0xE74244) is known color: Amaranth. HEX triplet: E7, 42 and 44. RGB value is (231,66,68). Sum of RGB (Red+Green+Blue) = 231+66+68=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E74244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74244 is #18BDBB. Grayscale: #737373. Windows color (decimal): -1621436 or 4473575. OLE color: 4473575.

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

Color convert

RGB 231 66 68 -
CMYK 0 0.71 0.71 0.09
HSL 359.27º 0.77% 0.58% -
HSV(B) 359.27º 0.71% 0.91% -
XYZ 35.95 21.3 7.69 -
YUV 115.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 231 66 68 0 0.71 0.71 0.09 359.27 0.77 0.58
Hex E7 42 44 0 47 47 9 167 4D 3A
Octal 347 102 104 0 107 107 11 547 115 72
Binary 11100111 1000010 1000100 0 1000111 1000111 1001 101100111 1001101 111010

Color Harmonies of #E74244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74244

Black with #E74244

Text Example


Text Example

White with #E74244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74244; }

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

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

background-color css

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

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

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

border-color css

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

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

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