Html Css Color HEX #E74151 Amaranth

📋 copy color: '#E74151'

red 231 ◦ green 65 ◦ blue 81

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

Shades of Amaranth #E74151

Tints of Amaranth #E74151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 61.27%
G = 17.24%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E74151 (or 0xE74151) is known color: Amaranth. HEX triplet: E7, 41 and 51. RGB value is (231,65,81). Sum of RGB (Red+Green+Blue) = 231+65+81=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E74151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74151 is #18BEAE. Grayscale: #747474. Windows color (decimal): -1621679 or 5325287. OLE color: 5325287.

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

Color convert

RGB 231 65 81 -
CMYK 0 0.72 0.65 0.09
HSL 354.22º 0.78% 0.58% -
HSV(B) 354.22º 0.72% 0.91% -
XYZ 36.33 21.36 9.99 -
YUV 116.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 231 65 81 0 0.72 0.65 0.09 354.22 0.78 0.58
Hex E7 41 51 0 48 41 9 162 4E 3A
Octal 347 101 121 0 110 101 11 542 116 72
Binary 11100111 1000001 1010001 0 1001000 1000001 1001 101100010 1001110 111010

Color Harmonies of #E74151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74151

Black with #E74151

Text Example


Text Example

White with #E74151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74151; }

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

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

background-color css

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

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

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

border-color css

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

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

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