Html Css Color HEX #E74148 Amaranth

📋 copy color: '#E74148'

red 231 ◦ green 65 ◦ blue 72

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

Shades of Amaranth #E74148

Tints of Amaranth #E74148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 62.77%
G = 17.66%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E74148 (or 0xE74148) is known color: Amaranth. HEX triplet: E7, 41 and 48. RGB value is (231,65,72). Sum of RGB (Red+Green+Blue) = 231+65+72=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E74148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74148 is #18BEB7. Grayscale: #737373. Windows color (decimal): -1621688 or 4735463. OLE color: 4735463.

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

Color convert

RGB 231 65 72 -
CMYK 0 0.72 0.69 0.09
HSL 357.47º 0.78% 0.58% -
HSV(B) 357.47º 0.72% 0.91% -
XYZ 36.01 21.24 8.33 -
YUV 115.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 231 65 72 0 0.72 0.69 0.09 357.47 0.78 0.58
Hex E7 41 48 0 48 45 9 165 4E 3A
Octal 347 101 110 0 110 105 11 545 116 72
Binary 11100111 1000001 1001000 0 1001000 1000101 1001 101100101 1001110 111010

Color Harmonies of #E74148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74148

Black with #E74148

Text Example


Text Example

White with #E74148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74148; }

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

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

background-color css

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

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

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

border-color css

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

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

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