Html Css Color HEX #E7424E Amaranth

📋 copy color: '#E7424E'

red 231 ◦ green 66 ◦ blue 78

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

Shades of Amaranth #E7424E

Tints of Amaranth #E7424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 61.6%
G = 17.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7424E (or 0xE7424E) is known color: Amaranth. HEX triplet: E7, 42 and 4E. RGB value is (231,66,78). Sum of RGB (Red+Green+Blue) = 231+66+78=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7424E is #18BDB1. Grayscale: #747474. Windows color (decimal): -1621426 or 5128935. OLE color: 5128935.

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

Color convert

RGB 231 66 78 -
CMYK 0 0.71 0.66 0.09
HSL 355.64º 0.77% 0.58% -
HSV(B) 355.64º 0.71% 0.91% -
XYZ 36.28 21.44 9.43 -
YUV 116.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 231 66 78 0 0.71 0.66 0.09 355.64 0.77 0.58
Hex E7 42 4E 0 47 42 9 164 4D 3A
Octal 347 102 116 0 107 102 11 544 115 72
Binary 11100111 1000010 1001110 0 1000111 1000010 1001 101100100 1001101 111010

Color Harmonies of #E7424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7424E

Black with #E7424E

Text Example


Text Example

White with #E7424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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