Html Css Color HEX #E7264D Amaranth

📋 copy color: '#E7264D'

red 231 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #E7264D

Tints of Amaranth #E7264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.98%

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

R = 66.76%
G = 10.98%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7264D (or 0xE7264D) is known color: Amaranth. HEX triplet: E7, 26 and 4D. RGB value is (231,38,77). Sum of RGB (Red+Green+Blue) = 231+38+77=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7264D is #18D9B2. Grayscale: #646464. Windows color (decimal): -1628595 or 5056231. OLE color: 5056231.

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

Color convert

RGB 231 38 77 -
CMYK 0 0.84 0.67 0.09
HSL 347.88º 0.8% 0.53% -
HSV(B) 347.88º 0.84% 0.91% -
XYZ 34.99 18.91 8.83 -
YUV 100.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 231 38 77 0 0.84 0.67 0.09 347.88 0.8 0.53
Hex E7 26 4D 0 54 43 9 15C 50 35
Octal 347 46 115 0 124 103 11 534 120 65
Binary 11100111 100110 1001101 0 1010100 1000011 1001 101011100 1010000 110101

Color Harmonies of #E7264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7264D

Black with #E7264D

Text Example


Text Example

White with #E7264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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