Html Css Color HEX #E7224D Amaranth

📋 copy color: '#E7224D'

red 231 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #E7224D

Tints of Amaranth #E7224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 67.54%
G = 9.94%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7224D (or 0xE7224D) is known color: Amaranth. HEX triplet: E7, 22 and 4D. RGB value is (231,34,77). Sum of RGB (Red+Green+Blue) = 231+34+77=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7224D is #18DDB2. Grayscale: #616161. Windows color (decimal): -1629619 or 5055207. OLE color: 5055207.

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

Color convert

RGB 231 34 77 -
CMYK 0 0.85 0.67 0.09
HSL 346.9º 0.8% 0.52% -
HSV(B) 346.9º 0.85% 0.91% -
XYZ 34.87 18.67 8.79 -
YUV 97.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 231 34 77 0 0.85 0.67 0.09 346.9 0.8 0.52
Hex E7 22 4D 0 55 43 9 15B 50 34
Octal 347 42 115 0 125 103 11 533 120 64
Binary 11100111 100010 1001101 0 1010101 1000011 1001 101011011 1010000 110100

Color Harmonies of #E7224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7224D

Black with #E7224D

Text Example


Text Example

White with #E7224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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