Html Css Color HEX #E7274D Amaranth

📋 copy color: '#E7274D'

red 231 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #E7274D

Tints of Amaranth #E7274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 66.57%
G = 11.24%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7274D (or 0xE7274D) is known color: Amaranth. HEX triplet: E7, 27 and 4D. RGB value is (231,39,77). Sum of RGB (Red+Green+Blue) = 231+39+77=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7274D is #18D8B2. Grayscale: #646464. Windows color (decimal): -1628339 or 5056487. OLE color: 5056487.

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

Color convert

RGB 231 39 77 -
CMYK 0 0.83 0.67 0.09
HSL 348.13º 0.8% 0.53% -
HSV(B) 348.13º 0.83% 0.91% -
XYZ 35.02 18.98 8.84 -
YUV 100.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 231 39 77 0 0.83 0.67 0.09 348.13 0.8 0.53
Hex E7 27 4D 0 53 43 9 15C 50 35
Octal 347 47 115 0 123 103 11 534 120 65
Binary 11100111 100111 1001101 0 1010011 1000011 1001 101011100 1010000 110101

Color Harmonies of #E7274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7274D

Black with #E7274D

Text Example


Text Example

White with #E7274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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