Html Css Color HEX #E7314B Amaranth

📋 copy color: '#E7314B'

red 231 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #E7314B

Tints of Amaranth #E7314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 65.07%
G = 13.8%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7314B (or 0xE7314B) is known color: Amaranth. HEX triplet: E7, 31 and 4B. RGB value is (231,49,75). Sum of RGB (Red+Green+Blue) = 231+49+75=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7314B is #18CEB4. Grayscale: #6A6A6A. Windows color (decimal): -1625781 or 4927975. OLE color: 4927975.

HSL color Cylindrical-coordinate representation of color #E7314B: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7314B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 49 75 -
CMYK 0 0.79 0.68 0.09
HSL 351.43º 0.79% 0.55% -
HSV(B) 351.43º 0.79% 0.91% -
XYZ 35.32 19.69 8.6 -
YUV 106.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 231 49 75 0 0.79 0.68 0.09 351.43 0.79 0.55
Hex E7 31 4B 0 4F 44 9 15F 4F 37
Octal 347 61 113 0 117 104 11 537 117 67
Binary 11100111 110001 1001011 0 1001111 1000100 1001 101011111 1001111 110111

Color Harmonies of #E7314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7314B

Black with #E7314B

Text Example


Text Example

White with #E7314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7314B; }

 p { color: rgb(231,49,75); }

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

background-color css

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

 a { background-color: rgb(231,49,75); }

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

border-color css

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

 span { border-color: rgb(231,49,75); }

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