Html Css Color HEX #E74348 Amaranth

📋 copy color: '#E74348'

red 231 ◦ green 67 ◦ blue 72

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

Shades of Amaranth #E74348

Tints of Amaranth #E74348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 62.43%
G = 18.11%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E74348 (or 0xE74348) is known color: Amaranth. HEX triplet: E7, 43 and 48. RGB value is (231,67,72). Sum of RGB (Red+Green+Blue) = 231+67+72=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E74348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74348 is #18BCB7. Grayscale: #747474. Windows color (decimal): -1621176 or 4735975. OLE color: 4735975.

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

Color convert

RGB 231 67 72 -
CMYK 0 0.71 0.69 0.09
HSL 358.17º 0.77% 0.58% -
HSV(B) 358.17º 0.71% 0.91% -
XYZ 36.13 21.47 8.37 -
YUV 116.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 231 67 72 0 0.71 0.69 0.09 358.17 0.77 0.58
Hex E7 43 48 0 47 45 9 166 4D 3A
Octal 347 103 110 0 107 105 11 546 115 72
Binary 11100111 1000011 1001000 0 1000111 1000101 1001 101100110 1001101 111010

Color Harmonies of #E74348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74348

Black with #E74348

Text Example


Text Example

White with #E74348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74348; }

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

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

background-color css

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

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

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

border-color css

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

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

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