Html Css Color HEX #E7274A Amaranth

📋 copy color: '#E7274A'

red 231 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #E7274A

Tints of Amaranth #E7274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 67.15%
G = 11.34%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7274A (or 0xE7274A) is known color: Amaranth. HEX triplet: E7, 27 and 4A. RGB value is (231,39,74). Sum of RGB (Red+Green+Blue) = 231+39+74=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E7274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7274A is #18D8B5. Grayscale: #646464. Windows color (decimal): -1628342 or 4859879. OLE color: 4859879.

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

Color convert

RGB 231 39 74 -
CMYK 0 0.83 0.68 0.09
HSL 349.06º 0.8% 0.53% -
HSV(B) 349.06º 0.83% 0.91% -
XYZ 34.92 18.93 8.29 -
YUV 100.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 231 39 74 0 0.83 0.68 0.09 349.06 0.8 0.53
Hex E7 27 4A 0 53 44 9 15D 50 35
Octal 347 47 112 0 123 104 11 535 120 65
Binary 11100111 100111 1001010 0 1010011 1000100 1001 101011101 1010000 110101

Color Harmonies of #E7274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7274A

Black with #E7274A

Text Example


Text Example

White with #E7274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7274A; }

 p { color: rgb(231,39,74); }

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

background-color css

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

 a { background-color: rgb(231,39,74); }

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

border-color css

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

 span { border-color: rgb(231,39,74); }

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